Merge "Don't log 'Exit code: 0'"

This commit is contained in:
Jenkins 2017-08-02 17:42:50 +00:00 committed by Gerrit Code Review
commit 60b65a233b
1 changed files with 0 additions and 2 deletions

View File

@ -149,8 +149,6 @@ def execute(cmd, process_input=None, addl_env=None,
LOG.error(msg)
if check_exit_code:
raise ProcessExecutionError(msg, returncode=returncode)
else:
LOG.debug("Exit code: %d", returncode)
finally:
# NOTE(termie): this appears to be necessary to let the subprocess