mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 07:52:56 +01:00
Fix logging bug in EDU handling over replication
This commit is contained in:
parent
b4d6db5c4a
commit
3b2dcfff78
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class ReplicationFederationSendEduRestServlet(ReplicationEndpoint):
|
||||||
edu_content = content["content"]
|
edu_content = content["content"]
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
"Got %r edu from $s",
|
"Got %r edu from %s",
|
||||||
edu_type, origin,
|
edu_type, origin,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue