This commit is contained in:
Birunthan Mohanathas
2013-05-30 17:19:42 +03:00
parent 05a9d9188d
commit a3d8f73f6c
27 changed files with 202 additions and 204 deletions

View File

@ -91,7 +91,7 @@ void CMeasureCPU::ReadOptions(CConfigParser& parser, const WCHAR* section)
if (processor < 0 || processor > c_NumOfProcessors)
{
CLogger_WarningF(L"CPU: Processor=%i invalid in [%s]", processor, section);
LogWarningF(L"CPU: Processor=%i invalid in [%s]", processor, section);
processor = 0;
}