Update of /cvsroot/freevo/freevo/src/record/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14886/src/record/plugins
Modified Files:
generic.py
Log Message:
add more debug for bug hunting
Index: generic.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/plugins/generic.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** generic.py 31 Dec 2004 11:57:44 -0000 1.14
--- generic.py 6 Jan 2005 19:07:07 -0000 1.15
***************
*** 119,123 ****
--- 119,128 ----
log.info('%s.schedule: recording item no longer in list' % \
self.name)
+ log.info(str(self.item))
self.stop()
+ # return here, this function gets called by notifier using the
+ # new rec_timer at once because stop() called schedule again.
+ return False
+
self.recordings = recordings
if server:
***************
*** 175,178 ****
--- 180,184 ----
log.info('%s.record: there is something running, stopping it' % \
self.name)
+ log.info(str(self.item))
self.stop()
# return here, this function gets called by notifier using the
***************
*** 209,212 ****
--- 215,222 ----
if not os.path.isdir(d):
os.makedirs(d)
+
+ log.info('start new recording')
+ log.info(str(self.item))
+
# get the cmd for the childapp
cmd = self.get_cmd(rec)
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog