Author: andar
Revision: 5324
Log:
Show libtorrent performance warnings in the debug log
Diff:
Modified: trunk/deluge/core/alertmanager.py
===================================================================
--- trunk/deluge/core/alertmanager.py 2009-05-28 23:43:45 UTC (rev 5323)
+++ trunk/deluge/core/alertmanager.py 2009-05-28 23:55:34 UTC (rev 5324)
@@ -65,7 +65,8 @@
lt.alert.category_t.storage_notification |
lt.alert.category_t.tracker_notification |
lt.alert.category_t.status_notification |
- lt.alert.category_t.ip_block_notification)
+ lt.alert.category_t.ip_block_notification|
+ lt.alert.category_t.performance_warning)
# handlers is a dictionary of lists {"alert_type": [handler1,h2,..]}
self.handlers = {}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---