From 461ce2d8ba190411bf44fb7b1af62c0e7615a8dc Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Wed, 3 Aug 2022 14:01:50 +0200 Subject: Still print error message but without error code --- NorthstarDedicatedTest/cl_rcon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NorthstarDedicatedTest/cl_rcon.cpp b/NorthstarDedicatedTest/cl_rcon.cpp index 81b0902f..eb168f37 100644 --- a/NorthstarDedicatedTest/cl_rcon.cpp +++ b/NorthstarDedicatedTest/cl_rcon.cpp @@ -200,7 +200,7 @@ void CRConClient::Recv(void) } if (nRecvLen < 0 && !m_pSocket->IsSocketBlocking()) { - // spdlog::error("RCON Cmd: recv error ({:s})", NET_ErrorString(WSAGetLastError())); + spdlog::error("RCON Cmd: recv error"); break; } -- cgit v1.2.3