Author: dmeyer
Date: Fri Aug 18 20:56:14 2006
New Revision: 8213

Modified:
   trunk/ui/bin/freevo

Log:
fix stupid copy-paste bug

Modified: trunk/ui/bin/freevo
==============================================================================
--- trunk/ui/bin/freevo (original)
+++ trunk/ui/bin/freevo Fri Aug 18 20:56:14 2006
@@ -128,7 +128,7 @@
         if config.CONF.display in ( 'x11', 'dga' ) and not \
                (os.environ.has_key('DISPLAY') and os.environ['DISPLAY']):
             options = '-fs'
-        log.info('start freevo %s', script, options)
+        log.info('start freevo %s', options)
         os.system('%s %s >/dev/null 2>/dev/null' % (sys.argv[0], options))
         lirc.init('freevo', config.LIRCRC)
         log.info('freevo stopped')

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