Minor log message fix

This commit is contained in:
Birunthan Mohanathas 2012-06-03 11:59:52 +03:00
parent daadf799ce
commit fa099665a3

View File

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