diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-04-09 18:12:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 18:12:15 +0100 |
commit | f9464501846755e09e882c97e2d8c1490c9bf74b (patch) | |
tree | 8f7a78c4bab5cb7d725299ccf61ce7dd57c2633b /synapse/federation | |
parent | Enable complement tests for MSC2946. (#9771) (diff) | |
download | synapse-f9464501846755e09e882c97e2d8c1490c9bf74b.tar.xz |
Fix duplicate logging of exceptions in transaction processing (#9780)
There's no point logging this twice.
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/transport/server.py | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/synapse/federation/transport/server.py b/synapse/federation/transport/server.py |