Commit b95f0114 authored by Vincent Pelletier's avatar Vincent Pelletier

client.app: Logged value is a tid, not an oid.

parent e4e764db
......@@ -722,7 +722,7 @@ class Application(object):
txn_context['cache_dict'])
add_involved_nodes = txn_context['involved_nodes'].add
for node, conn in self.cp.iterateForObject(ttid):
logging.debug("voting object %s on %s", dump(ttid),
logging.debug("voting transaction %s on %s", dump(ttid),
dump(conn.getUUID()))
try:
self._askStorage(conn, packet)
......
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