diff options
author | Jorik Schellekens <joriks@matrix.org> | 2019-08-20 10:26:31 +0100 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-08-20 10:26:31 +0100 |
commit | 775853e012f86ddf96b625218c3730ceb99e2dfe (patch) | |
tree | 34594b66747e54a64ad3aa0ca358209ecd642623 | |
parent | Bind exception to name (diff) | |
download | synapse-775853e012f86ddf96b625218c3730ceb99e2dfe.tar.xz |
How does that '+' keep coming back?
-rw-r--r-- | synapse/handlers/e2e_keys.py | 2 |
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, } ) |