Yedidyah Bar David has uploaded a new change for review. Change subject: core: a bit nicer debug info on buildSequence ......................................................................
core: a bit nicer debug info on buildSequence Change-Id: I37f2d2b770c245d4bfc28313304103710bef0ca4 Signed-off-by: Yedidyah Bar David <[email protected]> --- M src/otopi/context.py 1 file changed, 8 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/56/28556/1 diff --git a/src/otopi/context.py b/src/otopi/context.py index efb4423..a809379 100644 --- a/src/otopi/context.py +++ b/src/otopi/context.py @@ -329,13 +329,17 @@ compare(candidateindex, index) ): self._earlyDebug( - 'modifying location: candidateindex %s index %s ' - 'what %s metadata[what] %s method %s' % ( - candidateindex, + 'x %s limit %s modifying location: method %s index %s\n' + ' candidate method %s candidateindex %s\n' + ' what %s metadata[what] %s' % ( + x, + limit, + metadata['method'], index, + l[candidateindex]['method'], + candidateindex, what, metadata[what], - metadata['method'], ) ) l.insert(candidateindex + offset, metadata) -- To view, visit http://gerrit.ovirt.org/28556 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I37f2d2b770c245d4bfc28313304103710bef0ca4 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
