forked from Tr0n/client
convert literals to escaped bytes
This commit is contained in:
@ -655,7 +655,7 @@ bool CPythonNetworkStream::RecvDefaultPacket(int header)
|
||||
if (!header)
|
||||
return true;
|
||||
|
||||
TraceError("ó<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>Ŷ <20><><EFBFBD><EFBFBD> %d, state %s\n", header, m_strPhase.c_str());
|
||||
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());
|
||||
ClearRecvBuffer();
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user