mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-07 09:04:15 +00:00
add a logging statement to update_ui
This commit is contained in:
parent
a08a4a4e69
commit
89e7198e21
@ -286,6 +286,9 @@ class WebApi(JSONComponent):
|
||||
|
||||
d = Deferred()
|
||||
|
||||
log.info("Updating ui with keys '%r' and filters '%r'", keys,
|
||||
filter_dict)
|
||||
|
||||
def got_stats(stats):
|
||||
ui_info["stats"] = stats
|
||||
d.callback(ui_info)
|
||||
|
Loading…
x
Reference in New Issue
Block a user