Commit 775b3732 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* blegh fprintf

parent b8118777
......@@ -189,7 +189,7 @@ static int Demux( demux_t *p_demux )
if ( psz_artist && *psz_artist )
vlc_input_item_AddInfo( p_input, _(VLC_META_INFO_CAT),
_(VLC_META_ARTIST), "%s", psz_artist );
fprintf( stderr, "Adding %s\n", p_input->psz_uri );
msg_Dbg( p_demux, "Adding %s\n", p_input->psz_uri );
playlist_AddWhereverNeeded( p_playlist, p_input, p_current,
p_item_in_category, (i_parent_id > 0 )? VLC_TRUE : VLC_FALSE,
PLAYLIST_APPEND );
......
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