diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-06 14:45:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 14:45:17 +0100 |
commit | 71063a69b8a72576ae7587042f4c2f24fcbd6bcd (patch) | |
tree | 5e1f6c8c31687857867e19f5f2d22de37cddf1ab /changelog.d | |
parent | Merge pull request #5221 from matrix-org/erikj/fix_worker_sytest (diff) | |
download | synapse-71063a69b8a72576ae7587042f4c2f24fcbd6bcd.tar.xz |
Fix missing logcontext for PresenceHandler.on_shutdown. (#5369)
Fixes some warnings, and a scary-looking stacktrace when sytest kills the process.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5369.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5369.bugfix b/changelog.d/5369.bugfix new file mode 100644 index 0000000000..cc61618f39 --- /dev/null +++ b/changelog.d/5369.bugfix @@ -0,0 +1 @@ +Fix missing logcontext warnings on shutdown. |