mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-10 02:26:02 -05:00
Add log level which prints performed actions
This commit is contained in:
@@ -24,7 +24,7 @@ bool MacroActionSystray::PerformAction()
|
||||
|
||||
void MacroActionSystray::LogAction() const
|
||||
{
|
||||
vblog(LOG_INFO, "display systray message \"%s\":\n%s", _title.c_str(),
|
||||
ablog(LOG_INFO, "display systray message \"%s\":\n%s", _title.c_str(),
|
||||
_message.c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user