Fix log message

bzr revid: laurent.mignon@acsone.eu-20140205091452-6mamu14lpevyjy28
This commit is contained in:
Laurent Mignon (Acsone) 2014-02-05 10:14:52 +01:00
parent 476a0b620d
commit ef974c7fe5
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ class ir_cron(osv.osv):
locked_job = lock_cr.fetchone()
if not locked_job:
_logger.debug("Job already %s executed by another process/thread. skipping it", job['name'])
_logger.debug("Job `%s` already executed by another process/thread. skipping it", job['name'])
continue
# Got the lock on the job row, run its code
_logger.debug('Starting job `%s`.', job['name'])