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