mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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
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…
Reference in New Issue
Block a user