mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Show libtorrent performance warnings in the debug log
This commit is contained in:
parent
63f1874ae8
commit
ea829d0826
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ class AlertManager(component.Component):
|
|||
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 = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue