Commit 4c28a826 authored by Sam Hocevar's avatar Sam Hocevar

* modules/demux/mp4/mp4.c: explicited debug message.

parent 1a81cee0
......@@ -888,7 +888,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
return VLC_EGENERIC;
default:
msg_Warn( p_demux, "control query unimplemented!" );
msg_Warn( p_demux, "control query %u unimplemented", i_query );
return VLC_EGENERIC;
}
}
......
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