synapse/changelog.d/7575.bugfix
Andrew Morgan 0a6e837aaa
Fix incorrect placeholder syntax in database prepartion code (#7575)
We were using `logger` syntax which isn't supported by `Exception`s.
2020-05-27 16:26:59 +01:00

2 lines
97 B
Plaintext

Fix str placeholders in an instance of `PrepareDatabaseException`. Introduced in Synapse v1.8.0.