Commit 2d6d64d4 authored by Rafaël Carré's avatar Rafaël Carré

Debug messages shouldn't be shown with printf

parent 4eb6e55c
......@@ -44,7 +44,7 @@ int playlist_ServicesDiscoveryAdd( playlist_t *p_playlist, const char *psz_modu
if( *psz_parser == '\0' )
break;
fprintf(stderr,"Add %s\n", psz_parser);
msg_Dbg( p_playlist, "Add services_discovery %s", psz_parser );
/* Perform the addition */
{
services_discovery_t *p_sd = vlc_object_create( p_playlist,
......
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