mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-14 05:08:39 -05:00
Add log level to log executed macros
This commit is contained in:
@@ -368,13 +368,13 @@ bool Macro::RunActionsHelper(
|
||||
|
||||
bool Macro::RunActions(bool ignorePause)
|
||||
{
|
||||
vblog(LOG_INFO, "running actions of %s", _name.c_str());
|
||||
mblog(LOG_INFO, "running actions of %s", _name.c_str());
|
||||
return RunActionsHelper(_actions, ignorePause);
|
||||
}
|
||||
|
||||
bool Macro::RunElseActions(bool ignorePause)
|
||||
{
|
||||
vblog(LOG_INFO, "running else actions of %s", _name.c_str());
|
||||
mblog(LOG_INFO, "running else actions of %s", _name.c_str());
|
||||
return RunActionsHelper(_elseActions, ignorePause);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user