diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-29 17:21:39 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-30 18:29:56 +0100 |
commit | 8ea2f756a947d668afc9a6b22707c12a29af6be4 (patch) | |
tree | 055b0a5120954f8e6e7afbb3af7f59ad7b9a4c30 /changelog.d | |
parent | use attr.s for VerifyKeyRequest (diff) | |
download | synapse-8ea2f756a947d668afc9a6b22707c12a29af6be4.tar.xz |
Remove some pointless exception handling
The verify_request deferred already returns a suitable SynapseError, so I don't really know what we expect to achieve by doing more wrapping, other than log spam. Fixes #4278.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5300.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5300.bugfix b/changelog.d/5300.bugfix new file mode 100644 index 0000000000..049e93cd5a --- /dev/null +++ b/changelog.d/5300.bugfix @@ -0,0 +1 @@ +Fix noisy 'no key for server' logs. |