[vlc-devel] commit: Qt: don' t display msg in release that only ILEoo and I can understand. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Dec 31 13:44:17 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 31 13:28:44 2008 +0100| [78b10890299800842a9c6baab1e15b0f3dbc1ab6] | committer: Jean-Baptiste Kempf 

Qt: don't display msg in release that only ILEoo and I can understand.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78b10890299800842a9c6baab1e15b0f3dbc1ab6
---

 modules/gui/qt4/input_manager.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 55beb8e..4ff6c53 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -183,9 +183,11 @@ void InputManager::customEvent( QEvent *event )
         && ( i_input_id != ple->i_id ) )
         return;
 
+#ifndef NDEBUG
     if( i_type != PositionUpdate_Type &&
         i_type != StatisticsUpdate_Type )
         msg_Dbg( p_intf, "New Event: type %i", i_type );
+#endif
 
     /* Actions */
     switch( i_type )




More information about the vlc-devel mailing list