Show More
@@ -266,8 +266,8 b' class RequestContextTask(Task):' | |||||
266 | """ queue the job to run (we are in web request context here) """ |
|
266 | """ queue the job to run (we are in web request context here) """ | |
267 |
|
267 | |||
268 | req = get_current_request() |
|
268 | req = get_current_request() | |
269 |
log.debug('Running Task: %s |
|
269 | log.debug('Running Task with class: %s. Request Class: %s', | |
270 |
self |
|
270 | self.__class__, req.__class__) | |
271 |
|
271 | |||
272 | # web case |
|
272 | # web case | |
273 | if hasattr(req, 'user'): |
|
273 | if hasattr(req, 'user'): |
General Comments 0
You need to be logged in to leave comments.
Login now