Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30169/src/util
Modified Files:
videothumb.py
Log Message:
fix error in debug
Index: videothumb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/videothumb.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** videothumb.py 1 Jan 2005 18:36:12 -0000 1.25
--- videothumb.py 1 Jan 2005 18:45:46 -0000 1.26
***************
*** 68,77 ****
line.strip(' \t\n')
if line:
! log.info('>>' % line)
def stderr_cb(self, line):
line.strip(' \t\n')
if line:
! log.info('>>' % line)
def finished(self):
--- 68,77 ----
line.strip(' \t\n')
if line:
! log.info('>> %s' % line)
def stderr_cb(self, line):
line.strip(' \t\n')
if line:
! log.info('>> %s' % line)
def finished(self):
-------------------------------------------------------
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