summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-20 10:26:31 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-20 10:26:31 +0100
commit775853e012f86ddf96b625218c3730ceb99e2dfe (patch)
tree34594b66747e54a64ad3aa0ca358209ecd642623
parentBind exception to name (diff)
downloadsynapse-775853e012f86ddf96b625218c3730ceb99e2dfe.tar.xz
How does that '+' keep coming back?
-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,
                     }
                 )