diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-05-27 10:35:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 10:35:06 +0100 |
commit | dcbfec919ba27da970849cae73c69cacd78432d5 (patch) | |
tree | fa41a8a712511824e1c4e938eb6d42cb083a0472 /changelog.d | |
parent | Remove redundant, unmaintained `convert_server_keys` script. (#10055) (diff) | |
download | synapse-dcbfec919ba27da970849cae73c69cacd78432d5.tar.xz |
Improve the error message printed by synctl when synapse fails to start. (#10059)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10059.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10059.misc b/changelog.d/10059.misc new file mode 100644 index 0000000000..ca6e0e8a5a --- /dev/null +++ b/changelog.d/10059.misc @@ -0,0 +1 @@ +Improve the error message printed by synctl when synapse fails to start. |