mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added skin/section (if available) to logging.
This commit is contained in:
@ -197,7 +197,7 @@ void MeterBitmap::ReadOptions(ConfigParser& parser, const WCHAR* section)
|
||||
}
|
||||
else
|
||||
{
|
||||
LogErrorF(L"BitmapAlign=%s is not valid in [%s]", align, m_Name.c_str());
|
||||
LogErrorF(this, L"BitmapAlign=%s is not valid", align);
|
||||
}
|
||||
|
||||
if (m_Initialized)
|
||||
|
Reference in New Issue
Block a user