[vlc-devel] commit: Remove unuseful debug and move a debug message to a warned one. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Aug 11 18:07:56 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 11 09:10:31 2008 -0700| [513fab811648446856d96d9ecfaab16940c9a027] | committer: Jean-Baptiste Kempf 

Remove unuseful debug and move a debug message to a warned one.

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

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

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 373d835..3277137 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -371,7 +371,6 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf,
     }
     if( mi )
     {
-        msg_Dbg( p_intf, "I am here" );
         /* Minimal View */
         QAction *action = menu->addAction( qtr( "Mi&nimal View..." ), mi,
                                 SLOT( toggleMinimalView() ), qtr( "Ctrl+H" ) );
@@ -962,7 +961,7 @@ QMenu * QVLCMenu::Populate( intf_thread_t *p_intf,
             p_object = ( vlc_object_t * )vlc_object_get( objects[i] );
             if( !p_object )
             {
-                msg_Dbg( p_intf, "object %d not found !", objects[i] );
+                msg_Warn( p_intf, "object %d not found !", objects[i] );
                 continue;
             }
         }




More information about the vlc-devel mailing list