Commit 63047a3f authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo in log string.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19020 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f1bd00de
......@@ -299,7 +299,7 @@ class SQLQueue(RAMQueue, SQLBase):
activity_tool.SQLQueue_rollback()
makeMessageListAvailable([value[0]])
except:
LOG('SQQueue', PANIC, 'Failed to free message: %r' % (value, ), error=sys.exc_info())
LOG('SQLQueue', PANIC, 'Failed to free message: %r' % (value, ), error=sys.exc_info())
else:
LOG('SQLQueue', TRACE, 'Freed message %r' % (value, ))
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment