Author: duncan
Date: Sun Apr 22 10:34:59 2007
New Revision: 9491

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

Log:
Reports the command line as a string instead of a list


Modified: branches/rel-1/freevo/src/tv/plugins/mplayer.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/mplayer.py     (original)
+++ branches/rel-1/freevo/src/tv/plugins/mplayer.py     Sun Apr 22 10:34:59 2007
@@ -173,7 +173,7 @@
         mpl = '--prio=%s %s -vo %s %s -ao %s %s -slave %s %s' % args
 
         command = mpl
-        _debug_('command=\"%s\"', (command))
+        _debug_('command=\"%s\"', ' '.join(command))
         self.mode = mode
 
 

-------------------------------------------------------------------------
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