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

file: stray error message

parent 85a205b4
......@@ -205,7 +205,6 @@ int FileOpen( vlc_object_t *p_this )
if (S_ISDIR (st.st_mode))
{
#ifdef HAVE_FDOPENDIR
msg_Err(p_access, "DirOpen from FileOpen");
return DirOpen (VLC_OBJECT(p_access));
#else
msg_Dbg (p_access, "ignoring directory");
......
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