mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor log message fix
This commit is contained in:
parent
daadf799ce
commit
fa099665a3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user