Author: duncan
Date: Sun Jun  3 12:28:47 2007
New Revision: 9647

Modified:
   branches/rel-1/freevo/src/osd.py

Log:
Changed print to _debug_


Modified: branches/rel-1/freevo/src/osd.py
==============================================================================
--- branches/rel-1/freevo/src/osd.py    (original)
+++ branches/rel-1/freevo/src/osd.py    Sun Jun  3 12:28:47 2007
@@ -221,8 +221,8 @@
             # not good
             global font_warning
             if not fontname in font_warning:
-                print 'WARNING: No alternate found in the alias list!'
-                print 'Falling back to default font, this may look very ugly'
+                _debug_('No alternate found in the alias list!', -1)
+                _debug_('Falling back to default font, this may look very 
ugly', -1)
                 font_warning.append(fontname)
             font = self.__loadfont__(config.OSD_DEFAULT_FONTNAME, ptsize)
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to