Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv21024/src
Modified Files:
osd.py
Log Message:
Remove excessive chatter from osd, and fix bit shift in v4l2
Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** osd.py 23 Sep 2003 13:37:51 -0000 1.93
--- osd.py 24 Sep 2003 18:28:32 -0000 1.94
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.94 2003/09/24 18:28:32 outlyer
+ # Remove excessive chatter from osd, and fix bit shift in v4l2
+ #
# Revision 1.93 2003/09/23 13:37:51 outlyer
# Move some informational debug messages into a higher level so they are not
***************
*** 438,443 ****
self.app_list.remove(app)
if _times and hasattr(self.focused_app(), 'event_context'):
! _debug_('app is %s' % self.focused_app())
! _debug_('Setting context to %s' % self.focused_app().event_context)
rc.set_context(self.focused_app().event_context)
--- 441,446 ----
self.app_list.remove(app)
if _times and hasattr(self.focused_app(), 'event_context'):
! _debug_('app is %s' % self.focused_app(),2)
! _debug_('Setting context to %s' % self.focused_app().event_context,2)
rc.set_context(self.focused_app().event_context)
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog