[vlc-commits] Qt4: use msg_Dbg() for tools panel items debug
Rémi Denis-Courmont
git at videolan.org
Wed May 16 19:55:41 CEST 2012
vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed May 16 20:54:39 2012 +0300| [0de6f5420f9a1ab6fdb99c061eada09505793076] | committer: Rémi Denis-Courmont
Qt4: use msg_Dbg() for tools panel items debug
(cherry picked from commit cbdadbfb0e9f162f1a4151fcb056df56c9e67015)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=0de6f5420f9a1ab6fdb99c061eada09505793076
---
modules/gui/qt4/components/open_panels.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index b9724de..c828943 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1278,7 +1278,7 @@ void CaptureOpenPanel::advancedDialog()
if( name.isEmpty() || configList.contains( name ) )
continue;
- msg_Err( p_intf, "%s", p_item->psz_name);
+ msg_Dbg( p_intf, "item %s", p_item->psz_name);
ConfigControl *config = ConfigControl::createControl(
VLC_OBJECT( p_intf ), p_item, advFrame, gLayout, n );
if( config )
More information about the vlc-commits
mailing list