diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-11 15:55:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 15:55:05 +0000 |
commit | 671138f6585d77f7577c7809a220555f54b09536 (patch) | |
tree | f736c4a36045a60b36e2e8887960074d4f6f7298 /changelog.d | |
parent | Remove old tables after schema version bump (#9055) (diff) | |
download | synapse-671138f6585d77f7577c7809a220555f54b09536.tar.xz |
Clean up exception handling in the startup code (#9059)
Factor out the exception handling in the startup code to a utility function, and fix the some logging and exit code stuff.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9059.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9059.bugfix b/changelog.d/9059.bugfix new file mode 100644 index 0000000000..2933703ffa --- /dev/null +++ b/changelog.d/9059.bugfix @@ -0,0 +1 @@ +Fix incorrect exit code when there is an error at startup. |