KCP: discard useless conn in Accept+

pull/170/head
Shelikhoo 2016-06-13 06:17:28 +08:00
parent f601962391
commit 4df5d42011
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func (this *TCPHub) start() {
if err != nil {
if this.accepting {
log.info("Listener: Failed to accept new TCP connection: ", err)
log.Info("Listener: Failed to accept new TCP connection: ", err)
}
continue
}