@@ -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