Yedidyah Bar David has uploaded a new change for review. Change subject: core: Add more debug info for buildSequence ......................................................................
core: Add more debug info for buildSequence Change-Id: Ieedbf3ed2dfdb743768448819c0fcfe336b8f4e0 Signed-off-by: Yedidyah Bar David <d...@redhat.com> --- M src/otopi/context.py 1 file changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/23/18423/1 diff --git a/src/otopi/context.py b/src/otopi/context.py index 8eb479f..80e027d 100644 --- a/src/otopi/context.py +++ b/src/otopi/context.py @@ -300,7 +300,12 @@ compare(candidateindex, index) ): self._earlyDebug( - 'modifing method location %s' % ( + 'modifying location: candidateindex %s index %s ' + 'what %s metadata[what] %s method %s' % ( + candidateindex, + index, + what, + metadata[what], metadata['method'], ) ) -- To view, visit http://gerrit.ovirt.org/18423 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieedbf3ed2dfdb743768448819c0fcfe336b8f4e0 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <d...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches