Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3713 from matrix-org/erikj/fixup_fed_logging
Browse files Browse the repository at this point in the history
Fix logging bug in EDU handling over replication
  • Loading branch information
erikjohnston authored Aug 20, 2018
2 parents 3cef867 + 73737bd commit 2aa7cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/3713.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support more federation endpoints on workers
2 changes: 1 addition & 1 deletion synapse/replication/http/federation.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _handle_request(self, request, edu_type):
edu_content = content["content"]

logger.info(
"Got %r edu from $s",
"Got %r edu from %s",
edu_type, origin,
)

Expand Down

0 comments on commit 2aa7cc6

Please sign in to comment.