From 98a7a012699bdc9c60323970589b02e06d0c912c Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 5 Jan 2008 18:05:31 +0000 Subject: [PATCH] excess debug --- src/network/io.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/network/io.c b/src/network/io.c index 8f120cb67f..d8e21d31a8 100644 --- a/src/network/io.c +++ b/src/network/io.c @@ -270,7 +270,6 @@ __net_Read (vlc_object_t *restrict p_this, int fd, const v_socket_t *vs, { .fd = -1, .events = POLLIN }, }; - msg_Dbg (p_this, "reading socket %d", fd); vlc_object_lock (p_this); ufd[1].fd = vlc_object_waitpipe (p_this); @@ -380,7 +379,6 @@ __net_Read (vlc_object_t *restrict p_this, int fd, const v_socket_t *vs, } vlc_object_unlock (p_this); - msg_Dbg (p_this, "read %u bytes from socket %d", (unsigned)i_total, fd); return i_total; error: -- 2.20.1