Author: duncan
Date: Thu Oct 12 19:18:55 2006
New Revision: 8356

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

Log:
Missed a DJW


Modified: branches/rel-1-5/freevo/src/tv/plugins/ivtv_xine_tv.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/plugins/ivtv_xine_tv.py      (original)
+++ branches/rel-1-5/freevo/src/tv/plugins/ivtv_xine_tv.py      Thu Oct 12 
19:18:55 2006
@@ -464,7 +464,7 @@
             laststate = None
             while self.app.isAlive():
                 if laststate != self.state:
-                    _debug_("DJW:run %s->%s" % (laststate, self.state))
+                    _debug_("state %s->%s" % (laststate, self.state))
                     laststate = self.state
 
                 if self.state == 'busy':

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