From a671d9d457197f36c158e3063b91eb18091afdab Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 8 Apr 2020 22:00:51 -0400 Subject: [PATCH] Use consistent tense in messages --- node-daemon/pvcnoded/Daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index 827bdde0..ac2c1f1c 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -553,7 +553,7 @@ def cleanup(): zkhandler.writedata(zk_conn, { '/nodes/{}/daemonstate'.format(myhostname): 'shutdown' }) # Waiting for any flushes to complete - logger.out('Wait for any flushes', state='s') + logger.out('Waiting for any active flushes', state='s') while this_node.flush_thread is not None: time.sleep(0.5)