Use consistent tense in messages

This commit is contained in:
Joshua Boniface 2020-04-08 22:00:51 -04:00
parent fee1c7dd6c
commit a671d9d457
1 changed files with 1 additions and 1 deletions

View File

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