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:
@ -744,9 +744,9 @@ double CConfigParser::ReadFormula(LPCTSTR section, LPCTSTR key, double defValue)
|
||||
error += ConvertToWide(errMsg);
|
||||
error += L" in key \"";
|
||||
error += key ? key : L"";
|
||||
error += L"\" in section [";
|
||||
error += L"\" in [";
|
||||
error += section ? section : L"";
|
||||
error += L"].";
|
||||
error += L"]";
|
||||
Log(LOG_ERROR, error.c_str());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user