diff options
Diffstat (limited to 'NorthstarDedicatedTest/cl_rcon.cpp')
-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; } |