Author: duncan
Date: Thu May 10 18:45:11 2007
New Revision: 9555

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

Log:
Changed debug statements


Modified: branches/rel-1/freevo/src/tv/record_types.py
==============================================================================
--- branches/rel-1/freevo/src/tv/record_types.py        (original)
+++ branches/rel-1/freevo/src/tv/record_types.py        Thu May 10 18:45:11 2007
@@ -51,10 +51,9 @@
             # key = rec_interface.getKey(prog)
             pass
 
-        _debug_('program key is \"%s\""' % String(key), 1)
         if not self.programList.has_key(key):
-            _debug_('adding program %s"' % prog, 1)
             self.programList[key] = prog
+            _debug_('added \"%s\" %s"' % (String(key), prog), 1)
         else:
             _debug_('We already know about this recording \"%s\"' % (key), 0)
         _debug_('"%s" items' % len(self.programList), 2)
@@ -67,7 +66,7 @@
 
         if self.programList.has_key(key):
             del self.programList[key]
-            _debug_('removed "%s"' % prog, 1)
+            _debug_('removed \"%s\" %s"' % (String(key), prog), 1)
         else:
             _debug_('We do not know about this recording \"%s\"' % (prog), 0)
 

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