Merge "Don't log starting to log messages to build log" into feature/zuulv3

This commit is contained in:
Jenkins 2017-07-06 21:57:20 +00:00 committed by Gerrit Code Review
commit 08fe120a9e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class CallbackModule(default.CallbackModule):
def _read_log(self, host, ip, log_id, task_name, hosts):
self._log("[%s] Starting to log %s for task %s"
% (host, log_id, task_name), executor=True)
% (host, log_id, task_name), job=False, executor=True)
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
while True:
try: