summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-05-27 16:26:59 +0100
committerGitHub <noreply@github.com>2020-05-27 16:26:59 +0100
commit0a6e837aaadec0342f31f29c48800f5ce5e3531b (patch)
treea9892c16199a119ca0c2f3ff6ba1fcfeb5601a4a /changelog.d
parentMerge branch 'develop' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-0a6e837aaadec0342f31f29c48800f5ce5e3531b.tar.xz
Fix incorrect placeholder syntax in database prepartion code (#7575)
We were using `logger` syntax which isn't supported by `Exception`s.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7575.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7575.bugfix b/changelog.d/7575.bugfix
new file mode 100644
index 0000000000..0ab5516eb3
--- /dev/null
+++ b/changelog.d/7575.bugfix
@@ -0,0 +1 @@
+Fix str placeholders in an instance of `PrepareDatabaseException`. Introduced in Synapse v1.8.0.