Commit 0de6f542 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: use msg_Dbg() for tools panel items debug

(cherry picked from commit cbdadbfb0e9f162f1a4151fcb056df56c9e67015)
parent 003bf14c
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment