]> git.sesse.net Git - vlc/commitdiff
Remove debug
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 11 Feb 2007 17:41:41 +0000 (17:41 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 11 Feb 2007 17:41:41 +0000 (17:41 +0000)
src/network/tcp.c

index 8ac8519f1b075310073fce375a1d1a2013767d25..3801c993ffe86f2f8361bd1c18dff29943f9c1f7 100644 (file)
@@ -279,7 +279,6 @@ int *__net_ListenTCP (vlc_object_t *p_this, const char *psz_host, int i_port)
 int __net_Accept( vlc_object_t *p_this, int pi_fd[], mtime_t i_wait )
 {
     vlc_bool_t b_block = (i_wait < 0);
-    msg_Err (p_this, "waiting for connection...");
 
     while( !p_this->b_die )
     {