summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2018-08-20 10:51:45 +0100
committerGitHub <noreply@github.com>2018-08-20 10:51:45 +0100
commit2aa7cc6a46938890586647144f612e01a2718561 (patch)
tree03ae75862c31b33d4fc0dc6d3f3bdad44627e15b /synapse
parentMerge pull request #3709 from matrix-org/rav/logcontext_for_replication_commands (diff)
parentNewsfile (diff)
downloadsynapse-2aa7cc6a46938890586647144f612e01a2718561.tar.xz
Merge pull request #3713 from matrix-org/erikj/fixup_fed_logging
Fix logging bug in EDU handling over replication
Diffstat (limited to 'synapse')
-rw-r--r--synapse/replication/http/federation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/http/federation.py b/synapse/replication/http/federation.py
index 2ddd18f73b..64a79da162 100644
--- a/synapse/replication/http/federation.py
+++ b/synapse/replication/http/federation.py
@@ -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,
         )