more verbosity in synctl

pull/3067/merge
Richard van der Hoff 2018-04-06 09:28:36 +01:00
parent 551422051b
commit 15e8ed874f
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ def main():
for running_pid in running_pids:
while pid_running(running_pid):
time.sleep(0.2)
write("All processes exited; now restarting...")
if action == "start" or action == "restart":
if start_stop_synapse: