diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-29 12:16:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 12:16:49 +0000 |
commit | 0073fe914a070c6addc4d76fbe0857ebe96b377e (patch) | |
tree | 94aaf1cf35dd59172ec0d9ae9f590096258831ee /changelog.d | |
parent | Optimise createRoom with multiple invites (#8559) (diff) | |
download | synapse-0073fe914a070c6addc4d76fbe0857ebe96b377e.tar.xz |
Use `%r` rather than `%s` for stringifying events (#8679)
otherwise non-state events get written as `<FrozenEvent ... state_key='None'>` which is indistinguishable from state events with the actual state_key `None`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8679.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8679.misc b/changelog.d/8679.misc new file mode 100644 index 0000000000..662eced4cf --- /dev/null +++ b/changelog.d/8679.misc @@ -0,0 +1 @@ +Clarify representation of events in logfiles. |