[Neo-report] r2704 jm - /trunk/neo/master/transactions.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 7 15:02:48 CEST 2011


Author: jm
Date: Thu Apr  7 15:02:48 2011
New Revision: 2704

Log:
logs: remove duplicate logged information when a transaction begins

The node is already displayed in 'repr' of the transaction.

Modified:
    trunk/neo/master/transactions.py

Modified: trunk/neo/master/transactions.py
==============================================================================
--- trunk/neo/master/transactions.py [iso-8859-1] (original)
+++ trunk/neo/master/transactions.py [iso-8859-1] Thu Apr  7 15:02:48 2011
@@ -373,7 +373,7 @@ class TransactionManager(object):
         txn = Transaction(node, ttid)
         self._ttid_dict[ttid] = txn
         self._node_dict.setdefault(node, {})[ttid] = txn
-        neo.lib.logging.debug('Begin %s for %s', txn, node)
+        neo.lib.logging.debug('Begin %s', txn)
         return ttid
 
     def prepare(self, ttid, divisor, oid_list, uuid_list, msg_id):




More information about the Neo-report mailing list