commit | e136048627f5eb12e0b9b8124c7cec299d290f08 | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Thu Nov 10 11:28:08 2016 +0100 |
committer | Attila Fazekas <afazekas@redhat.com> | Thu Nov 10 11:28:08 2016 +0100 |
tree | 41e6d5b9509feb6692d8d4622c1fc99987bb11d5 | |
parent | f4f6d128484cd30ee5323a18ceee8c2d279b5128 [diff] |
_log_console_output missing space The Ic2bab4d20ddc1e35e8683d28fd456ce619c0390d added a debug message with missing space between words. "lookingfor" --> "looking for" Change-Id: I7795204afe1c73b687bc8103548eebab06cd6c77
diff --git a/tempest/scenario/manager.py b/tempest/scenario/manager.py index 2c4be97..48ed89c 100644 --- a/tempest/scenario/manager.py +++ b/tempest/scenario/manager.py
@@ -408,7 +408,7 @@ LOG.debug('Console output for %s\nbody=\n%s', server['id'], console_output) except lib_exc.NotFound: - LOG.debug("Server %s disappeared(deleted) while looking" + LOG.debug("Server %s disappeared(deleted) while looking " "for the console log", server['id']) def _log_net_info(self, exc):