mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweak f4429ad
This commit is contained in:
@ -162,7 +162,7 @@ void CMeasure::ReadOptions(CConfigParser& parser, const WCHAR* section)
|
||||
}
|
||||
if (!ParseSubstitute(subs))
|
||||
{
|
||||
CLogger_ErrorF(L"Measure: Invalid Substitute=%s", subs.c_str());
|
||||
LogErrorF(L"Measure: Invalid Substitute=%s", subs.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
@ -260,7 +260,7 @@ const WCHAR* CMeasure::CheckSubstitute(const WCHAR* buffer)
|
||||
if (re == NULL)
|
||||
{
|
||||
MakePlainSubstitute(str, i);
|
||||
CLogger_NoticeF(L"Substitute: %S", error);
|
||||
LogNoticeF(L"Substitute: %S", error);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -847,7 +847,7 @@ CMeasure* CMeasure::Create(const WCHAR* measure, CMeterWindow* meterWindow, cons
|
||||
return new CMeasureScript(meterWindow, name);
|
||||
}
|
||||
|
||||
CLogger_ErrorF(L"Measure=%s is not valid in [%s]", measure, name);
|
||||
LogErrorF(L"Measure=%s is not valid in [%s]", measure, name);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
@ -858,5 +858,5 @@ CMeasure* CMeasure::Create(const WCHAR* measure, CMeterWindow* meterWindow, cons
|
||||
*/
|
||||
void CMeasure::Command(const std::wstring& command)
|
||||
{
|
||||
CLogger_WarningF(L"!CommandMeasure: Not supported by [%s]", m_Name.c_str());
|
||||
LogWarningF(L"!CommandMeasure: Not supported by [%s]", m_Name.c_str());
|
||||
}
|
||||
|
Reference in New Issue
Block a user