Minor tweaks

This commit is contained in:
Birunthan Mohanathas 2013-08-17 11:16:01 +03:00
parent cd140ff0f6
commit b0c4f83424

View File

@ -147,7 +147,7 @@ void Logger::WriteToLogFile(Entry& entry)
message += L'\n';
#ifdef _DEBUG
_RPT0(_CRT_WARN, StringUtil::Narrow(message).c_str());
_RPTW0(_CRT_WARN, message.c_str());
if (!m_LogToFile) return;
#endif