mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +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()
|
d = Deferred()
|
||||||
|
|
||||||
|
log.info("Updating ui with keys '%r' and filters '%r'", keys,
|
||||||
|
filter_dict)
|
||||||
|
|
||||||
def got_stats(stats):
|
def got_stats(stats):
|
||||||
ui_info["stats"] = stats
|
ui_info["stats"] = stats
|
||||||
d.callback(ui_info)
|
d.callback(ui_info)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue