Update of /cvsroot/freevo/freevo/src/record
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5094

Modified Files:
        server.py 
Log Message:
fix broken debug

Index: server.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/server.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** server.py   7 Nov 2004 16:38:24 -0000       1.13
--- server.py   7 Nov 2004 17:08:42 -0000       1.14
***************
*** 233,237 ****
              if r.status == SCHEDULED:
                  secs = max(0, int(r.start - time.time()))
!                 print 'recordserver.check_recordings: next in %s sec' % timer
                  self.rec_timer = notifier.addTimer(secs * 1000, self.record)
                  break
--- 233,237 ----
              if r.status == SCHEDULED:
                  secs = max(0, int(r.start - time.time()))
!                 print 'recordserver.check_recordings: next in %s sec' % secs
                  self.rec_timer = notifier.addTimer(secs * 1000, self.record)
                  break
***************
*** 312,316 ****
              if next.status == SCHEDULED:
                  secs = max(0, int(next.start - time.time()))
!                 print 'recordserver.record: next in %s sec' % timer
                  self.rec_timer = notifier.addTimer(secs * 1000, self.record)
                  break
--- 312,316 ----
              if next.status == SCHEDULED:
                  secs = max(0, int(next.start - time.time()))
!                 print 'recordserver.record: next in %s sec' % secs
                  self.rec_timer = notifier.addTimer(secs * 1000, self.record)
                  break



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to