Author: duncan
Date: Sun Feb 18 14:41:43 2007
New Revision: 9243

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

Log:
Changed messages that appear every cycle to debug level 2


Modified: branches/rel-1/freevo/src/plugins/upsoon.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/upsoon.py (original)
+++ branches/rel-1/freevo/src/plugins/upsoon.py Sun Feb 18 14:41:43 2007
@@ -183,7 +183,7 @@
 
         self.next_program  = self.findNextProgram()
 
-        _debug_('now=%s next=%s ' % (time.strftime('%T', time.localtime(now)), 
self.next_program))
+        _debug_('now=%s next=%s ' % (time.strftime('%T', time.localtime(now)), 
self.next_program), 2)
 
         if self.next_program == None:
             return None
@@ -204,7 +204,7 @@
             return None
 
         secs_to_next = self.next_program.start - config.TV_RECORD_PADDING_PRE 
- int(now + 0.5)
-        _debug_('next recording in %s secs' % (secs_to_next))
+        _debug_('next recording in %s secs' % (secs_to_next), 2)
 
         # announce 120 seconds before recording is due to start
         # stop the player 60 seconds before recording is due to start
@@ -261,7 +261,6 @@
         try:
             _debug_('eventhandler(self, %s, %s) name=%s arg=%s context=%s 
handler=%s' % \
                 (event, menuw, event.name, event.arg, event.context, 
event.handler), 2)
-            _debug_('event name=%s arg=%s' % (event.name, event.arg))
         finally:
             self.lock.release()
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to