mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Made log messages more consistent.
This commit is contained in:
@ -84,9 +84,9 @@ bool CMeasureCalc::Update()
|
||||
{
|
||||
std::wstring error = L"Calc: ";
|
||||
error += ConvertToWide(errMsg);
|
||||
error += L" in measure [";
|
||||
error += L" in [";
|
||||
error += m_Name;
|
||||
error += L"].";
|
||||
error += L"]";
|
||||
Log(LOG_ERROR, error.c_str());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user