Commit 79a527b1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove erroneous debug message

parent 5836161c
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment