diff --git a/library/RemoteServer.cpp b/library/RemoteServer.cpp index 129aa6125..ee6e0465a 100644 --- a/library/RemoteServer.cpp +++ b/library/RemoteServer.cpp @@ -488,7 +488,7 @@ void ServerMainImpl::threadFn(std::promise promise, int port) } else { - WARN(socket).print("Accepting connection error: %s %d of %d\n", server.socket.DescribeError(), acceptFail + 1, 5); + WARN(socket).print("Connection failure: %s (%d of %d)\n", server.socket.DescribeError(), acceptFail + 1, 5); } } } catch(BlockedException &) {