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:
@ -95,7 +95,7 @@ const WCHAR* MeasureUptime::GetStringValue()
|
||||
}
|
||||
__except (EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
LogErrorF(L"Uptime: \"Format=%s\" invalid in [%s]", m_Format.c_str(), m_Name.c_str());
|
||||
LogErrorF(this, L"Uptime: \"Format=%s\" invalid", m_Format.c_str());
|
||||
buffer[0] = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user