mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweak some log messages to remove redundant info
This commit is contained in:
parent
b0423cd3ff
commit
8b68092cf1
@ -877,5 +877,5 @@ Measure* Measure::Create(const WCHAR* measure, MeterWindow* meterWindow, const W
|
||||
*/
|
||||
void Measure::Command(const std::wstring& command)
|
||||
{
|
||||
LogWarningF(this, L"!CommandMeasure: Not supported by [%s]", m_Name.c_str());
|
||||
LogWarningF(this, L"!CommandMeasure: Not supported");
|
||||
}
|
||||
|
@ -91,7 +91,7 @@ void MeasureCPU::ReadOptions(ConfigParser& parser, const WCHAR* section)
|
||||
|
||||
if (processor < 0 || processor > c_NumOfProcessors)
|
||||
{
|
||||
LogWarningF(this, L"CPU: Processor=%i invalid in [%s]", processor, section);
|
||||
LogWarningF(this, L"CPU: Processor=%i is not valid", processor);
|
||||
processor = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user