diff --git a/ee/core/shellexec.py b/ee/core/shellexec.py index f82352fd..603fd322 100644 --- a/ee/core/shellexec.py +++ b/ee/core/shellexec.py @@ -29,6 +29,8 @@ class EEShellExec(): "replace")) if proc.returncode == 0: + Log.debug(self, "Command Output: {0}, \nCommand Error: {1}" + .format(cmd_stdout, cmd_stderr)) return True else: Log.debug(self, "Command Output: {0}, \nCommand Error: {1}"