diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-03 14:01:50 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-03 14:01:50 +0200 |
commit | 461ce2d8ba190411bf44fb7b1af62c0e7615a8dc (patch) | |
tree | 68a849b725313071623401e027375240c0d459b3 | |
parent | 1b6e0aa3d8f2774a68ef361141a0c4b7e411f3b2 (diff) | |
download | NorthstarLauncher-temp-rcon-fix-attempt.tar.gz NorthstarLauncher-temp-rcon-fix-attempt.zip |
Still print error message but without error codetemp-rcon-fix-attempt
-rw-r--r-- | NorthstarDedicatedTest/cl_rcon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |