diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-04-06 09:28:36 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-04-06 09:28:36 +0100 |
commit | 15e8ed874ff13f30b79e6a47cf814b5a2a7dfc9a (patch) | |
tree | dc170546a58013cd107c4f76cefb4cc880ea7881 | |
parent | Merge pull request #2886 from turt2live/travis/new-worker-docs (diff) | |
download | synapse-15e8ed874ff13f30b79e6a47cf814b5a2a7dfc9a.tar.xz |
more verbosity in synctl
-rwxr-xr-x | synapse/app/synctl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/app/synctl.py b/synapse/app/synctl.py index b0e1b5e66a..712dfa870e 100755 --- a/synapse/app/synctl.py +++ b/synapse/app/synctl.py @@ -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: |