Minor text change

This commit is contained in:
Vincent Driessen 2011-11-22 07:36:46 +01:00
parent 2d2b351f7c
commit ba965a1dd9
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class Worker(object):
self.procline('Processing %s from %s since %s' % (
job.func.__name__,
job.origin.name, time.time()))
msg = 'Got job %s from queue %s' % (
msg = 'Got job %s from %s' % (
job.call_string,
job.origin.name)
self.log.info(msg)