mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Added #CURRENTFILE# variable
- Changes to log strings
This commit is contained in:
@ -708,7 +708,7 @@ void LogWithArgs(int nLevel, const WCHAR* format, ... )
|
||||
if (errno != 0)
|
||||
{
|
||||
nLevel = LOG_ERROR;
|
||||
_snwprintf_s(buffer, 4096, _TRUNCATE, L"LogWithArgs() internal error: %s", format);
|
||||
_snwprintf_s(buffer, 4096, _TRUNCATE, L"LogWithArgs internal error: %s", format);
|
||||
}
|
||||
|
||||
_set_invalid_parameter_handler(oldHandler);
|
||||
|
Reference in New Issue
Block a user