diff --git a/changelog.d/3713.bugfix b/changelog.d/3713.bugfix new file mode 100644 index 000000000000..6c5422994f34 --- /dev/null +++ b/changelog.d/3713.bugfix @@ -0,0 +1 @@ +Support more federation endpoints on workers diff --git a/synapse/replication/http/federation.py b/synapse/replication/http/federation.py index 2ddd18f73b31..64a79da1627a 100644 --- a/synapse/replication/http/federation.py +++ b/synapse/replication/http/federation.py @@ -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, )