]> git.sesse.net Git - vlc/commitdiff
excess debug
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 5 Jan 2008 18:05:31 +0000 (18:05 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 5 Jan 2008 18:05:31 +0000 (18:05 +0000)
src/network/io.c

index 8f120cb67fca8ffb943d0a5d42012b0d7b8b690a..d8e21d31a8b6875406a16eeea339b6356c3e11e9 100644 (file)
@@ -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: