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

Add more debug

parent 0cd336b3
...@@ -208,6 +208,8 @@ static int Open( vlc_object_t *p_this ) ...@@ -208,6 +208,8 @@ static int Open( vlc_object_t *p_this )
Close (p_this); Close (p_this);
return VLC_EGENERIC; return VLC_EGENERIC;
} }
msg_Dbg (p_access, "opened file of size "I64Fd" (FIXME: remove this)",
p_access->info.i_size);
return VLC_SUCCESS; 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