KCP: This code cause unwanted effect

pull/170/head
Shelikhoo 9 years ago
parent 18841209ee
commit 14623e6fa4
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21

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

Loading…
Cancel
Save