From 7e9f8a2a8b0c322c5b97756342c60a70c980bcce Mon Sep 17 00:00:00 2001 From: pran1990 Date: Fri, 31 Jan 2014 12:16:35 -0800 Subject: [PATCH] Fix typo in Log message May have, not may of. Change-Id: I71f721073fae6f1d284f6a9d65ff5b18531a65b9 --- anvil/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anvil/shell.py b/anvil/shell.py index 58b4db62..0b20bd2b 100644 --- a/anvil/shell.py +++ b/anvil/shell.py @@ -179,7 +179,7 @@ def execute(cmd, else: # Log it anyway 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) # See if a requested storage place was given for stderr/stdout for name, handle in ((stdout_fn, stdout), (stderr_fn, stderr)):