[Neo-report] r2794 jm - /trunk/neo/lib/pt.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 21 16:01:24 CEST 2011


Author: jm
Date: Tue Jun 21 16:01:24 2011
New Revision: 2794

Log:
Log 'ptid'

Modified:
    trunk/neo/lib/pt.py

Modified: trunk/neo/lib/pt.py
==============================================================================
--- trunk/neo/lib/pt.py [iso-8859-1] (original)
+++ trunk/neo/lib/pt.py [iso-8859-1] Tue Jun 21 16:01:24 2011
@@ -219,7 +219,7 @@ class PartitionTable(object):
                 # the node must be known by the node manager
                 assert node is not None
                 self.setCell(offset, node, state)
-        neo.lib.logging.debug('partition table loaded')
+        neo.lib.logging.debug('partition table loaded (ptid=%s)', ptid)
         self.log()
 
     def update(self, ptid, cell_list, nm):
@@ -236,7 +236,7 @@ class PartitionTable(object):
             node = nm.getByUUID(uuid)
             assert node is not None, 'No node found for uuid %r' % (dump(uuid), )
             self.setCell(offset, node, state)
-        neo.lib.logging.debug('partition table updated')
+        neo.lib.logging.debug('partition table updated (ptid=%s)', ptid)
         self.log()
 
     def filled(self):




More information about the Neo-report mailing list