From fa099665a3ed4774929a930a16e732d529f9f073 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Sun, 3 Jun 2012 11:59:52 +0300 Subject: [PATCH] Minor log message fix --- Library/MeasureCPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/MeasureCPU.cpp b/Library/MeasureCPU.cpp index 5552ecca..7ab78ce1 100644 --- a/Library/MeasureCPU.cpp +++ b/Library/MeasureCPU.cpp @@ -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; }