RCON server: fixed compilation.
This commit is contained in:
parent
b93903db23
commit
28ffc55d89
@ -67,7 +67,7 @@ protected:
|
|||||||
virtual void OnAccepted(cTCPLink & a_Link) override {}
|
virtual void OnAccepted(cTCPLink & a_Link) override {}
|
||||||
virtual void OnError(int a_ErrorCode, const AString & a_ErrorMsg) override
|
virtual void OnError(int a_ErrorCode, const AString & a_ErrorMsg) override
|
||||||
{
|
{
|
||||||
LOGWARNING("RCON server error on port %d: %d (%s)", m_Port, a_ErrorCode, a_ErrorMsg);
|
LOGWARNING("RCON server error on port %d: %d (%s)", m_Port, a_ErrorCode, a_ErrorMsg.c_str());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user