From c6db01a3a2b3eeab8ca3a9ede89b6d2120645526 Mon Sep 17 00:00:00 2001 From: Myk Date: Mon, 6 Nov 2023 17:31:41 -0800 Subject: [PATCH] Update library/RemoteServer.cpp --- library/RemoteServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &) {