translate commented out code and traces

This commit is contained in:
2025-01-12 18:14:49 +01:00
parent 077a365840
commit 2589163a49
27 changed files with 79 additions and 79 deletions

View File

@ -655,7 +655,7 @@ bool CPythonNetworkStream::RecvDefaultPacket(int header)
if (!header)
return true;
TraceError("\xC3\xB3\xB8\xAE\xB5\xC7\xC1\xF6 \xBE\xCA\xC0\xBA \xC6\xD0\xC5\xB6 \xC7\xEC\xB4\xF5 %d, state %s\n", header, m_strPhase.c_str());
TraceError("Unprocessed packet header %d, state %s\n", header, m_strPhase.c_str());
ClearRecvBuffer();
return true;
}