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


--

You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.


Reply via email to