Alon Bar-Lev has uploaded a new change for review. Change subject: core: print environment when error detected ......................................................................
core: print environment when error detected this will help to analyze current state from logs Change-Id: Ia7cfbabe815bac4935967feb59fd36c50d04d646 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/otopi/context.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/22/13822/1 diff --git a/src/otopi/context.py b/src/otopi/context.py index eed7e11..6441e11 100644 --- a/src/otopi/context.py +++ b/src/otopi/context.py @@ -141,6 +141,7 @@ exception=e, ) ) + self.dumpEnvironment() self.notify(event=self.NOTIFY_ERROR) ( -- To view, visit http://gerrit.ovirt.org/13822 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia7cfbabe815bac4935967feb59fd36c50d04d646 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
