Author: duncan
Date: Tue Nov  6 15:28:00 2007
New Revision: 10086

Log:
Changed print to debug level 2 message


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

Modified: branches/rel-1/freevo/src/tv/channels.py
==============================================================================
--- branches/rel-1/freevo/src/tv/channels.py    (original)
+++ branches/rel-1/freevo/src/tv/channels.py    Tue Nov  6 15:28:00 2007
@@ -152,8 +152,7 @@
 
 
     def tunerSetFreq(self, chan, isplayer, app=None, app_cmd=None):
-        print 'DJW:tunerSetFreq(chan=%r, isplayer=%r, app=%r, app_cmd=%r' % \
-            (chan, isplayer, app, app_cmd)
+        _debug_('tunerSetFreq(chan=%r, isplayer=%r, app=%r, app_cmd=%r' % 
(chan, isplayer, app, app_cmd), 2)
         chan = str(chan)
         vg = self.getVideoGroup(chan, isplayer)
 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to