summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream.c')
-rw-r--r--libmpdemux/stream.c2
1 files changed, 1 insertions, 1 deletions
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);