Remove extra argument when logging logger timeout

There is an extra unexpected argument when streaming the timeout
exception if we timeout waiting for the logger.

Change-Id: I7186a77267b811635b74b28f7619bdc976573bd4
This commit is contained in:
Tobias Henkel 2018-06-14 09:16:31 +02:00
parent 686f500cac
commit 3d889e1307
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
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,