Remove erroneous time from message
This commit is contained in:
parent
d65b18f15b
commit
2e5958640a
|
@ -98,7 +98,7 @@ class Logger(object):
|
|||
if self.config["file_logging"]:
|
||||
self.writer.close()
|
||||
if self.config["zookeeper_logging"]:
|
||||
self.out("Waiting 15s for Zookeeper message queue to drain", state="s")
|
||||
self.out("Waiting for Zookeeper message queue to drain", state="s")
|
||||
|
||||
tick_count = 0
|
||||
while not self.zookeeper_queue.empty():
|
||||
|
|
Loading…
Reference in New Issue