Alon Bar-Lev has uploaded a new change for review. Change subject: core: plugin: add executable and cwd to debug of execute ......................................................................
core: plugin: add executable and cwd to debug of execute Change-Id: I6b6631ddf25f9863143bf9470eb85e449c99d5d1 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/otopi/plugin.py 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/14/11514/1 diff --git a/src/otopi/plugin.py b/src/otopi/plugin.py index cabd5ef..fd86503 100644 --- a/src/otopi/plugin.py +++ b/src/otopi/plugin.py @@ -322,8 +322,10 @@ """ try: self.logger.debug( - 'execute: %s, env=%s', + "execute: %s, executable='%s', cwd='%s', env=%s", args, + executable, + cwd, env, ) p = subprocess.Popen( -- To view, visit http://gerrit.ovirt.org/11514 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6b6631ddf25f9863143bf9470eb85e449c99d5d1 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
