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

Demote debug message to debug level

This confuses too many users.
parent a49e2310
......@@ -2371,7 +2371,7 @@ static int EsOutControlLocked( es_out_t *out, int i_query, va_list args )
}
case ES_OUT_RESET_PCR:
msg_Err( p_sys->p_input, "ES_OUT_RESET_PCR called" );
msg_Dbg( p_sys->p_input, "ES_OUT_RESET_PCR called" );
EsOutChangePosition( out );
return VLC_SUCCESS;
......
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