Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.

This commit is contained in:
Mat Sutcliffe
2018-12-23 20:12:49 +00:00
parent cba820cbce
commit 225ff81252
118 changed files with 724 additions and 721 deletions

View File

@@ -141,7 +141,7 @@ namespace BlackSimPlugin
}
else
{
CLogMessage(this).info("Hosting successfully started");
CLogMessage(this).info(u"Hosting successfully started");
m_hostStatus = Hosting;
}
@@ -171,7 +171,7 @@ namespace BlackSimPlugin
if (m_hostStatus == Terminated) return hr;
CLogMessage(this).info("Hosting terminated!");
CLogMessage(this).info(u"Hosting terminated!");
if (FAILED(hr = m_directPlayPeer->TerminateSession(nullptr, 0, 0)))
{
return logDirectPlayError(hr);