mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 03:42:55 +03:00
Log result_dict
This commit is contained in:
parent
775853e012
commit
4824e61c97
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class E2eKeysHandler(object):
|
|||
r["unsigned"]["device_display_name"] = display_name
|
||||
result_dict[user_id][device_id] = r
|
||||
|
||||
opentracing.log_kv(results)
|
||||
opentracing.log_kv(result_dict)
|
||||
return result_dict
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
|
Loading…
Reference in a new issue