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

Qt4: use msg_Dbg() for tools panel items debug

parent e6e801c3
......@@ -1279,7 +1279,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