Changeset 79a527b1e4e6cd18328ac4b8e51f56282aa11851

Show
Ignore:
Timestamp:
29/01/06 11:35:30 (3 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1138530930 +0000
git-parent:

[5836161cd9ad386d77475cf45e139643ba8a0119]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1138530930 +0000
Message:

Remove erroneous debug message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/tcp.c

    r2cb472d r79a527b  
    328328        } 
    329329 
    330         msg_Dbg( p_this, "using socket %d from rootwrap", fd ); 
    331330        /* Listen */ 
    332331        if( listen( fd, 100 ) == -1 )