summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/handlers/e2e_keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/e2e_keys.py b/synapse/handlers/e2e_keys.py
index 5aed78e5cc..cab2a743d6 100644
--- a/synapse/handlers/e2e_keys.py
+++ b/synapse/handlers/e2e_keys.py
@@ -231,7 +231,7 @@ class E2eKeysHandler(object):
                 opentracing.log_kv(
                     {
                         "message": "Requested a local key for a user which"
-                        + " was not local to the homeserver",
+                        " was not local to the homeserver",
                         "user_id": user_id,
                     }
                 )