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)