Merge pull request #3713 from matrix-org/erikj/fixup_fed_logging

Fix logging bug in EDU handling over replication
This commit is contained in:
Erik Johnston 2018-08-20 10:51:45 +01:00 committed by GitHub
commit 2aa7cc6a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/3713.bugfix Normal file
View File

@ -0,0 +1 @@
Support more federation endpoints on workers

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