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

Preparsers are quiet objects, no need to check when logging

parent 60411529
...@@ -1217,12 +1217,8 @@ static int Init( input_thread_t * p_input ) ...@@ -1217,12 +1217,8 @@ static int Init( input_thread_t * p_input )
InputUpdateMeta( p_input, p_meta ); InputUpdateMeta( p_input, p_meta );
} }
if( !p_input->b_preparsing ) msg_Dbg( p_input, "`%s' successfully opened",
{ p_input->p->p_item->psz_uri );
msg_Dbg( p_input, "`%s' successfully opened",
p_input->p->p_item->psz_uri );
}
/* initialization is complete */ /* initialization is complete */
input_ChangeState( p_input, PLAYING_S ); input_ChangeState( p_input, PLAYING_S );
......
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