Author: duncan
Date: Tue Jun  5 20:22:54 2007
New Revision: 9653

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

Log:
Corrected a broken debug statement


Modified: branches/rel-1/freevo/src/tv/plugins/ivtv_record.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/ivtv_record.py (original)
+++ branches/rel-1/freevo/src/tv/plugins/ivtv_record.py Tue Jun  5 20:22:54 2007
@@ -130,8 +130,8 @@
                     if cur_std != new_std:
                         v.setstd(new_std)
                 except:
-                    _debug("Videogroup norm value '%s' not from NORMS: %s" % \
-                        (vg.tuner_norm,V4L2.NORMS.keys(), config.DERROR)
+                    _debug_("Videogroup norm value '%s' not from NORMS: %s" % \
+                        (vg.tuner_norm, V4L2.NORMS.keys()), config.DERROR)
                 _debug_('Setting Channel to %s' % self.prog.tunerid)
                 fc.chanSet(str(self.prog.tunerid), False)
 

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