Author: dmeyer
Date: Wed Jan  3 19:18:00 2007
New Revision: 2339

Modified:
   trunk/popcorn/test/test_backends.py

Log:
fix logger name

Modified: trunk/popcorn/test/test_backends.py
==============================================================================
--- trunk/popcorn/test/test_backends.py (original)
+++ trunk/popcorn/test/test_backends.py Wed Jan  3 19:18:00 2007
@@ -5,7 +5,7 @@
 import kaa.display
 import kaa.popcorn
 
-logging.getLogger('player.child').setLevel(logging.INFO)
+logging.getLogger('popcorn').setLevel(logging.INFO)
 
 def print_msg(msg):
     print '>', msg

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