summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-04-09 18:12:15 +0100
committerGitHub <noreply@github.com>2021-04-09 18:12:15 +0100
commitf9464501846755e09e882c97e2d8c1490c9bf74b (patch)
tree8f7a78c4bab5cb7d725299ccf61ce7dd57c2633b /changelog.d
parentEnable complement tests for MSC2946. (#9771) (diff)
downloadsynapse-f9464501846755e09e882c97e2d8c1490c9bf74b.tar.xz
Fix duplicate logging of exceptions in transaction processing (#9780)
There's no point logging this twice.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9780.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9780.bugfix b/changelog.d/9780.bugfix
new file mode 100644
index 0000000000..70985a050f
--- /dev/null
+++ b/changelog.d/9780.bugfix
@@ -0,0 +1 @@
+Fix duplicate logging of exceptions thrown during federation transaction processing.