mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 03:12:31 +00:00
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
This was SVN commit r5532.
This commit is contained in:
@@ -72,7 +72,7 @@ void CSessionManager::Poll()
|
||||
m_Mutex.Unlock();
|
||||
if (!pSess->HandleMessage(pMsg))
|
||||
{
|
||||
LOG(WARNING, LOG_CAT_NET, "CSessionManager::Poll(): Unhandled message %s.", pMsg->GetString().c_str());
|
||||
LOG(CLogger::Warning, LOG_CAT_NET, "CSessionManager::Poll(): Unhandled message %s.", pMsg->GetString().c_str());
|
||||
delete pMsg;
|
||||
}
|
||||
m_Mutex.Lock();
|
||||
|
||||
Reference in New Issue
Block a user