From 2e5958640a2cb354398df8b7fcfd24791ae6cc03 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 29 Nov 2023 14:50:19 -0500 Subject: [PATCH] Remove erroneous time from message --- daemon-common/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon-common/log.py b/daemon-common/log.py index 2756adf4..352d8f91 100644 --- a/daemon-common/log.py +++ b/daemon-common/log.py @@ -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():