Commit 189bd77b authored by Olivier Teulière's avatar Olivier Teulière

* src/input/input.c: msg_Warn --> msg_Dbg

parent ed0b72e3
......@@ -2303,7 +2303,7 @@ void MRLSplit( vlc_object_t *p_input, char *psz_dup,
#if defined( WIN32 ) || defined( UNDER_CE )
if( psz - psz_dup == 1 )
{
msg_Warn( p_input, "drive letter %c: found in source", *psz_dup );
msg_Dbg( p_input, "drive letter %c: found in source", *psz_dup );
psz_path = psz_dup;
}
else
......
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