Fix typo in Log message
May have, not may of. Change-Id: I71f721073fae6f1d284f6a9d65ff5b18531a65b9
This commit is contained in:
parent
326d59009a
commit
7e9f8a2a8b
@ -179,7 +179,7 @@ def execute(cmd,
|
|||||||
else:
|
else:
|
||||||
# Log it anyway
|
# Log it anyway
|
||||||
if rc not in check_exit_code:
|
if rc not in check_exit_code:
|
||||||
LOG.debug("A failure may of just happened when running command %r [%s] (%s, %s)",
|
LOG.debug("A failure may have just happened when running command %r [%s] (%s, %s)",
|
||||||
str_cmd, rc, stdout, stderr)
|
str_cmd, rc, stdout, stderr)
|
||||||
# See if a requested storage place was given for stderr/stdout
|
# See if a requested storage place was given for stderr/stdout
|
||||||
for name, handle in ((stdout_fn, stdout), (stderr_fn, stderr)):
|
for name, handle in ((stdout_fn, stdout), (stderr_fn, stderr)):
|
||||||
|
Loading…
Reference in New Issue
Block a user