mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
add a logging statement to update_ui
This commit is contained in:
parent
a08a4a4e69
commit
89e7198e21
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue