diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-14 14:25:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 14:25:14 +0100 |
commit | e9344e0dee59d0b255eee065108c56438fe73804 (patch) | |
tree | bc42d4552558a6d20caf009c1fc3fb8d52063fc3 /changelog.d | |
parent | Track deactivated accounts in the database (#5378) (diff) | |
parent | Newsfile (diff) | |
download | synapse-e9344e0dee59d0b255eee065108c56438fe73804.tar.xz |
Merge pull request #5390 from matrix-org/erikj/dont_log_on_fail_to_get_file
Don't log exception when failing to fetch remote content.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5390.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5390.bugfix b/changelog.d/5390.bugfix new file mode 100644 index 0000000000..e7b7483cf2 --- /dev/null +++ b/changelog.d/5390.bugfix @@ -0,0 +1 @@ +Fix handling of failures fetching remote content to not log failures as exceptions. |