Author: s0undt3ch

Revision: 6072

Log:
        Yet, some more logging clean-ups....

Diff:
Modified: trunk/deluge/plugins/freespace/freespace/gtkui.py
===================================================================
--- trunk/deluge/plugins/freespace/freespace/gtkui.py   2010-01-01 22:45:03 UTC 
(rev 6071)
+++ trunk/deluge/plugins/freespace/freespace/gtkui.py   2010-01-01 22:49:02 UTC 
(rev 6072)
@@ -50,7 +50,7 @@
 class GtkUI(GtkPluginBase):
 
     def enable(self):
-        log.debug('\n\nEnabling %s FreeSpace', self.__class__.__name__)
+        log.debug('Enabling %s FreeSpace', self.__class__.__name__)
         self.glade = gtk.glade.XML(get_resource("config.glade"))
         self.prefs = self.glade.get_widget('prefs_box')
         parent = self.prefs.get_parent()


--

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