git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4eb6e55
)
Debug messages shouldn't be shown with printf
author
Rafaël Carré
<funman@videolan.org>
Tue, 21 Nov 2006 03:53:22 +0000
(
03:53
+0000)
committer
Rafaël Carré
<funman@videolan.org>
Tue, 21 Nov 2006 03:53:22 +0000
(
03:53
+0000)
src/playlist/services_discovery.c
patch
|
blob
|
history
diff --git
a/src/playlist/services_discovery.c
b/src/playlist/services_discovery.c
index
a14c853
..
bc0324a
100644
(file)
--- a/
src/playlist/services_discovery.c
+++ b/
src/playlist/services_discovery.c
@@
-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,