Author: duncan
Date: Mon Dec 25 20:21:24 2006
New Revision: 8799

Modified:
   branches/rel-1/freevo/src/osd.py

Log:
Make a print a debug.


Modified: branches/rel-1/freevo/src/osd.py
==============================================================================
--- branches/rel-1/freevo/src/osd.py    (original)
+++ branches/rel-1/freevo/src/osd.py    Mon Dec 25 20:21:24 2006
@@ -472,7 +472,7 @@
                 return
             
             if event.type == KEYDOWN:
-                print 'type=%s key=%s' % (event.type, event.key)
+                _debug_('KEYDOWN: type=%s key=%s' % (event.type, event.key), 2)
 
                 if not map and event.key > 30:
                     try:

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