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>2020-10-08 11:10:15 +0100
committerGitHub <noreply@github.com>2020-10-08 11:10:15 +0100
commitb28bfd905d51e02785979abaabf4debaf817f054 (patch)
tree18efb93a10c3f11087a676e4098cef0b15883fd8 /changelog.d
parentMerge remote-tracking branch 'origin/release-v1.21.0' into develop (diff)
downloadsynapse-b28bfd905d51e02785979abaabf4debaf817f054.tar.xz
Clarify error message when plugin config parsers raise an error (#8492)
This turns:

    Failed to parse config for 'myplugin': Exception('error message')

into:

    Failed to parse config for 'myplugin': error message.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8492.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8492.misc b/changelog.d/8492.misc
new file mode 100644
index 0000000000..a344aee791
--- /dev/null
+++ b/changelog.d/8492.misc
@@ -0,0 +1 @@
+Clarify error message when plugin config parsers raise an error.