0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 07:58:19 +02:00

Fix logging bug in EDU handling over replication

This commit is contained in:
Erik Johnston 2018-08-17 11:11:06 +01:00
parent b4d6db5c4a
commit 3b2dcfff78

View file

@ -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,
)