From c835270280ec535fcb407737504a6996174a6195 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 20 May 2002 03:25:26 +0000 Subject: big cosmetics patch, cleanup of messages printed by mplayer and libs. some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/stream.c') diff --git a/libmpdemux/stream.c b/libmpdemux/stream.c index edbb662229..871b0b34f5 100644 --- a/libmpdemux/stream.c +++ b/libmpdemux/stream.c @@ -253,7 +253,7 @@ stream_t* new_stream(int fd,int type){ } void free_stream(stream_t *s){ - printf("\n*** free_stream() called ***\n"); +// printf("\n*** free_stream() called ***\n"); if(s->cache_pid) { // kill(s->cache_pid,SIGTERM); kill(s->cache_pid,SIGKILL); -- cgit v1.2.3