From 14623e6fa4d40a35f6212feb97a9dbdf9aa59d7c Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 13 Jun 2016 16:01:27 +0800 Subject: [PATCH] KCP: This code cause unwanted effect --- transport/hub/tcp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/hub/tcp.go b/transport/hub/tcp.go index 5f02c1b3..8f63d3ab 100644 --- a/transport/hub/tcp.go +++ b/transport/hub/tcp.go @@ -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.Warning("Listener: Failed to accept new TCP connection: ", err) } continue }