mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 20:24:32 +03:00
How does that '+' keep coming back?
This commit is contained in:
parent
eee4eff050
commit
775853e012
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ class E2eKeysHandler(object):
|
||||||
opentracing.log_kv(
|
opentracing.log_kv(
|
||||||
{
|
{
|
||||||
"message": "Requested a local key for a user which"
|
"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,
|
"user_id": user_id,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue