Author: duncan
Date: Thu May 10 18:49:42 2007
New Revision: 9557

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

Log:
Changed debug statements


Modified: branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py      (original)
+++ branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py      Thu May 10 
18:49:42 2007
@@ -237,13 +237,13 @@
                 if DEBUG: v.print_settings()
 
                 self.app = RecordApp(self.command)
+                if DEBUG: print 'app child pid: %s' % self.app.child.pid
                 
                 while self.mode == 'record' and self.app.isAlive():
                     self.autokill -= 0.5
                     time.sleep(0.5)
                     if self.autokill <= 0:
-                        if DEBUG:
-                            print 'autokill timeout, stopping recording'
+                        if DEBUG: print 'autokill timeout, stopping recording'
                         self.mode = 'stop'
                         
                 if self.app.isAlive():

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