Remove erroneous time from message

This commit is contained in:
Joshua Boniface 2023-11-29 14:50:19 -05:00
parent d65b18f15b
commit 2e5958640a
1 changed files with 1 additions and 1 deletions

View File

@ -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():