Commit 3342cc2b authored by Grégory Wisniewski's avatar Grégory Wisniewski

Dump TIDs in log message.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2348 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 736c7b6f
......@@ -1009,7 +1009,7 @@ class Application(object):
update(tid_list)
ordered_tids = list(ordered_tids)
ordered_tids.sort(reverse=True)
logging.debug("UndoLog, tids %s", ordered_tids)
logging.debug("UndoLog tids %s", [dump(x) for x in ordered_tids])
# For each transaction, get info
undo_info = []
append = undo_info.append
......
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