]> git.sesse.net Git - vlc/commitdiff
Remove erroneous debug message
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 29 Jan 2006 10:35:30 +0000 (10:35 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 29 Jan 2006 10:35:30 +0000 (10:35 +0000)
src/network/tcp.c

index 8baa0f1314b3bb3891ef39b968ae15476ef839a1..3b2bbf15151118ba0d16ae0a27cf2d28dbcd83cb 100644 (file)
@@ -327,7 +327,6 @@ int *__net_ListenTCP( vlc_object_t *p_this, const char *psz_host, int i_port )
 #endif
         }
 
-        msg_Dbg( p_this, "using socket %d from rootwrap", fd );
         /* Listen */
         if( listen( fd, 100 ) == -1 )
         {