Commit e05f909e authored by Julien Muchembled's avatar Julien Muchembled

Log 'ptid'

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2794 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 026c1e9e
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment