Author: dmeyer
Date: Wed Mar 28 20:22:21 2007
New Revision: 9412

Modified:
   trunk/apps/bin/freevo-epg

Log:
do not use logging.DEBUG

Modified: trunk/apps/bin/freevo-epg
==============================================================================
--- trunk/apps/bin/freevo-epg   (original)
+++ trunk/apps/bin/freevo-epg   Wed Mar 28 20:22:21 2007
@@ -61,7 +61,7 @@
 log = logging.getLogger('epg')
 
 # set log level TODO: get and do this in config
-log.setLevel(logging.DEBUG)
+# log.setLevel(logging.DEBUG)
 
 TVSERVER = {'type': 'home-theatre', 'module': 'tvserver'}
 

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