[Neo-report] r2539 vincent - /trunk/neo/connection.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 14 16:57:12 CET 2010


Author: vincent
Date: Tue Dec 14 16:57:11 2010
New Revision: 2539

Log:
Make it easier to link timeout log with packet log.

Modified:
    trunk/neo/connection.py

Modified: trunk/neo/connection.py
==============================================================================
--- trunk/neo/connection.py [iso-8859-1] (original)
+++ trunk/neo/connection.py [iso-8859-1] Tue Dec 14 16:57:11 2010
@@ -286,7 +286,7 @@ class BaseConnection(object):
         if handlers.isPending():
             msg_id = handlers.checkTimeout(self, t)
             if msg_id is not None:
-                neo.logging.info('timeout for %r with %r', msg_id, self)
+                neo.logging.info('timeout for #0x%08x with %r', msg_id, self)
                 self.close()
                 self.getHandler().timeoutExpired(self)
             elif self._timeout.hardExpired(t):




More information about the Neo-report mailing list