diff --git a/transport/hub/tcp.go b/transport/hub/tcp.go index 5f02c1b3e..8f63d3ab5 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 }