From ea829d082677e6c623a21be8cbd979ce015faedb Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Thu, 28 May 2009 23:55:34 +0000 Subject: [PATCH] Show libtorrent performance warnings in the debug log --- deluge/core/alertmanager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deluge/core/alertmanager.py b/deluge/core/alertmanager.py index 778bbd922..1c922b1b1 100644 --- a/deluge/core/alertmanager.py +++ b/deluge/core/alertmanager.py @@ -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 = {}