Commit a14c42ac authored by Grégory Wisniewski's avatar Grégory Wisniewski

Connection.getNode() doesn't exist, display connection itself.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2146 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent c474324a
......@@ -139,7 +139,7 @@ class StorageAnswersHandler(AnswerBaseHandler):
# timeout. To avoid a deadlock, abort current transaction (we might
# be locking objects the other transaction is waiting for).
raise ConflictError, 'Lock wait timeout for oid %s on %r' % (
dump(oid), conn.getNode())
dump(oid), conn)
elif status == LockState.GRANTED:
logging.info('Store of oid %s was successful, but after timeout.',
dump(oid))
......
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