Author: duncan
Date: Sat Nov  3 11:19:43 2007
New Revision: 10067

Log:
Added more information to the __init__ functions debug messages


Modified:
   branches/rel-1-7/freevo/src/audio/__init__.py
   branches/rel-1-7/freevo/src/games/__init__.py

Modified: branches/rel-1-7/freevo/src/audio/__init__.py
==============================================================================
--- branches/rel-1-7/freevo/src/audio/__init__.py       (original)
+++ branches/rel-1-7/freevo/src/audio/__init__.py       Sat Nov  3 11:19:43 2007
@@ -53,6 +53,7 @@
     """
 
     def __init__(self):
+        _debug_('audio.PluginInterface.__init__()')
         plugin.MimetypePlugin.__init__(self)
         self.display_type = [ 'audio' ]
 

Modified: branches/rel-1-7/freevo/src/games/__init__.py
==============================================================================
--- branches/rel-1-7/freevo/src/games/__init__.py       (original)
+++ branches/rel-1-7/freevo/src/games/__init__.py       Sat Nov  3 11:19:43 2007
@@ -51,7 +51,7 @@
     """
 
     def __init__(self):
-        _debug_('PluginInterface.__init__()', 2)
+        _debug_('games.PluginInterface.__init__()', 2)
         plugin.MimetypePlugin.__init__(self)
         self.display_type = [ 'games' ]
 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to