diff options
author | Romain Bouyé <romain@bouye.fr> | 2020-05-19 13:47:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 08:47:45 -0400 |
commit | a57863d2b4b14b3ca9186f5b4dd6bbae50706741 (patch) | |
tree | e766327dc818a880683ec73dd5eb4295196cb883 /changelog.d | |
parent | Improve API doc readability (#7527) (diff) | |
download | synapse-a57863d2b4b14b3ca9186f5b4dd6bbae50706741.tar.xz |
synctl warns when no process is stopped and avoids start (#6598)
* If an error occurs when stopping a process synctl now logs a warning. * During a restart, synctl will avoid attempting to start Synapse if an error occurs during stopping Synapse.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6590.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6590.misc b/changelog.d/6590.misc new file mode 100644 index 0000000000..05a0156212 --- /dev/null +++ b/changelog.d/6590.misc @@ -0,0 +1 @@ +`synctl` now warns if it was unable to stop Synapse and will not attempt to start Synapse if nothing was stopped. Contributed by Romain Bouyé. |