mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
Merge pull request #3713 from matrix-org/erikj/fixup_fed_logging
Fix logging bug in EDU handling over replication
This commit is contained in:
commit
2aa7cc6a46
2 changed files with 2 additions and 1 deletions
1
changelog.d/3713.bugfix
Normal file
1
changelog.d/3713.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Support more federation endpoints on workers
|
|
@ -156,7 +156,7 @@ class ReplicationFederationSendEduRestServlet(ReplicationEndpoint):
|
|||
edu_content = content["content"]
|
||||
|
||||
logger.info(
|
||||
"Got %r edu from $s",
|
||||
"Got %r edu from %s",
|
||||
edu_type, origin,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue