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

Remove dummy error

parent fd7b8945
...@@ -313,7 +313,6 @@ void __config_ChainParse( vlc_object_t *p_this, const char *psz_prefix, ...@@ -313,7 +313,6 @@ void __config_ChainParse( vlc_object_t *p_this, const char *psz_prefix,
/* </Check if the option is deprecated> */ /* </Check if the option is deprecated> */
/* get the type of the variable */ /* get the type of the variable */
msg_Err( p_this, "name = %s", name );
i_type = config_GetType( p_this, psz_name ); i_type = config_GetType( p_this, psz_name );
if( !i_type ) if( !i_type )
{ {
......
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