How does that '+' keep coming back?

This commit is contained in:
Jorik Schellekens 2019-08-20 10:26:31 +01:00
parent eee4eff050
commit 775853e012

View file

@ -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,
}
)