Author: damoxc

Revision: 4892

Log:
        add a logging statement to update_ui

Diff:
Modified: trunk/deluge/ui/web/json_api.py
===================================================================
--- trunk/deluge/ui/web/json_api.py     2009-03-20 09:22:57 UTC (rev 4891)
+++ trunk/deluge/ui/web/json_api.py     2009-03-20 17:14:28 UTC (rev 4892)
@@ -286,6 +286,9 @@
         
         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)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to