[Neo-report] r2168 gregory - /trunk/neo/client/app.py
    nobody at svn.erp5.org 
    nobody at svn.erp5.org
       
    Thu Jun 17 10:07:13 CEST 2010
    
    
  
Author: gregory
Date: Thu Jun 17 10:07:11 2010
New Revision: 2168
Log:
Fix log.
Modified:
    trunk/neo/client/app.py
Modified: trunk/neo/client/app.py
==============================================================================
--- trunk/neo/client/app.py [iso-8859-1] (original)
+++ trunk/neo/client/app.py [iso-8859-1] Thu Jun 17 10:07:11 2010
@@ -668,7 +668,8 @@ class Application(object):
                         dump(oid), dump(serial), dump(conflict_serial))
             else:
                 logging.info('Conflict reported for %r:%r with later ' \
-                    'transaction %r , cannot resolve conflict.')
+                    'transaction %r , cannot resolve conflict.', dump(oid),
+                    dump(serial), dump(conflict_serial))
             if not resolved:
                 # XXX: Is it really required to remove from data_dict ?
                 del data_dict[oid]
    
    
More information about the Neo-report
mailing list