Here is a patch to fix the issue,  thanks Adam:

Index: src/config.py
===================================================================
--- src/config.py       (revision 9690)
+++ src/config.py       (working copy)
@@ -115,7 +115,7 @@
         if isinstance(msg, unicode):
             msg = msg.encode(LOCALE)
         if DEBUG_STDOUT:
-            print >> sys.__stdout__, s
+            print >> sys.__stdout__, msg
             sys.__stdout__.flush
             #sys.__stdout__.write(msg)
         #self.fp.write(msg)


-------------------------------------------------------------------------
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-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to