mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor fix for 8c3fd63
This commit is contained in:
parent
3ea09d5c14
commit
16782e56e2
@ -2029,7 +2029,7 @@ void CRainmeter::ExecuteBang(const std::wstring& name, std::wstring& arg, CMeter
|
||||
}
|
||||
else
|
||||
{
|
||||
LogWithArgs(LOG_ERROR, L"Invalid bang: ", name.c_str());
|
||||
LogWithArgs(LOG_ERROR, L"Invalid bang: %s", name.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user