Merge "Remove extra argument when logging logger timeout"

This commit is contained in:
Zuul 2018-06-14 18:36:27 +00:00 committed by Gerrit Code Review
commit 057d664ecc
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class CallbackModule(default.CallbackModule):
"localhost",
"Timeout exception waiting for the logger. "
"Please check connectivity to [%s:%s]"
% (ip, LOG_STREAM_PORT), executor=True)
% (ip, LOG_STREAM_PORT))
return
except Exception:
self._log("[%s] Waiting on logger" % host,