Author: duncan
Date: Sun Feb  4 19:48:41 2007
New Revision: 9157

Modified:
   branches/rel-1/freevo/src/plugins/cd_burn.py

Log:
Moved repeating debug messages to level 2


Modified: branches/rel-1/freevo/src/plugins/cd_burn.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/cd_burn.py        (original)
+++ branches/rel-1/freevo/src/plugins/cd_burn.py        Sun Feb  4 19:48:41 2007
@@ -773,11 +773,11 @@
         AlertBox(text=_('Backup interrupted')).show()
 
     def actions(self, item):
-        _debug_('actions(self, item)')
+        _debug_('actions(self, item)', 2)
         self.item = item
         show_burn_menu = 0;
 
-        _debug_(_('Item type is %s' % item.type))
+        _debug_(_('Item type is %s' % item.type), 2)
 
         if self.thread_burn and self.thread_burn.running == 1:
             show_burn_menu = 1;
@@ -785,7 +785,7 @@
         if ( item.type == 'audio' or item.type == 'image' or item.type == 
'video' or item.type == 'dir' ):
             show_burn_menu = 1;
 
-        _debug_(_('Should show the menu? %i' % show_burn_menu))
+        _debug_(_('Should show the menu? %i' % show_burn_menu), 2)
 
         if show_burn_menu:
             return [ (self.fill_menu, 'Burn CD') ]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to