diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-08 11:10:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 11:10:15 +0100 |
commit | b28bfd905d51e02785979abaabf4debaf817f054 (patch) | |
tree | 18efb93a10c3f11087a676e4098cef0b15883fd8 /changelog.d | |
parent | Merge remote-tracking branch 'origin/release-v1.21.0' into develop (diff) | |
download | synapse-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.misc | 1 |
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. |