summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-14 14:25:14 +0100
committerGitHub <noreply@github.com>2019-06-14 14:25:14 +0100
commite9344e0dee59d0b255eee065108c56438fe73804 (patch)
treebc42d4552558a6d20caf009c1fc3fb8d52063fc3 /changelog.d
parentTrack deactivated accounts in the database (#5378) (diff)
parentNewsfile (diff)
downloadsynapse-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.bugfix1
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.