[Neo-report] r2146 gregory - /trunk/neo/client/handlers/storage.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 7 17:19:18 CEST 2010


Author: gregory
Date: Mon Jun  7 17:19:16 2010
New Revision: 2146

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

Modified:
    trunk/neo/client/handlers/storage.py

Modified: trunk/neo/client/handlers/storage.py
==============================================================================
--- trunk/neo/client/handlers/storage.py [iso-8859-1] (original)
+++ trunk/neo/client/handlers/storage.py [iso-8859-1] Mon Jun  7 17:19:16 2010
@@ -139,7 +139,7 @@
             # 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))





More information about the Neo-report mailing list