Show libtorrent performance warnings in the debug log
This commit is contained in:
parent
63f1874ae8
commit
ea829d0826
|
@ -65,7 +65,8 @@ class AlertManager(component.Component):
|
||||||
lt.alert.category_t.storage_notification |
|
lt.alert.category_t.storage_notification |
|
||||||
lt.alert.category_t.tracker_notification |
|
lt.alert.category_t.tracker_notification |
|
||||||
lt.alert.category_t.status_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,..]}
|
# handlers is a dictionary of lists {"alert_type": [handler1,h2,..]}
|
||||||
self.handlers = {}
|
self.handlers = {}
|
||||||
|
|
Loading…
Reference in New Issue