r6071 - Clean-up logging.

0 views
Skip to first unread message

s...@deluge-torrent.org

unread,
Jan 1, 2010, 5:45:03 PM1/1/10
to deluge...@googlegroups.com
Author: s0undt3ch

Revision: 6071

Log:
Clean-up logging.

Diff:
Modified: trunk/deluge/plugins/notifications/notifications/core.py
===================================================================
--- trunk/deluge/plugins/notifications/notifications/core.py 2010-01-01 21:44:55 UTC (rev 6070)
+++ trunk/deluge/plugins/notifications/notifications/core.py 2010-01-01 22:45:03 UTC (rev 6071)
@@ -217,10 +217,10 @@
CoreNotifications.enable(self)
self.config = deluge.configmanager.ConfigManager(
"notifications-core.conf", DEFAULT_PREFS)
- log.debug("\n\nENABLING CORE NOTIFICATIONS\n\n")
+ log.debug("ENABLING CORE NOTIFICATIONS")

def disable(self):
- log.debug("\n\nDISABLING CORE NOTIFICATIONS\n\n")
+ log.debug("DISABLING CORE NOTIFICATIONS")
CoreNotifications.disable(self)

@export


Reply all
Reply to author
Forward
0 new messages