mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 19:58:49 -05:00
Add log level which prints performed actions
This commit is contained in:
@@ -137,7 +137,7 @@ bool MacroActionSequence::PerformAction()
|
||||
void MacroActionSequence::LogAction() const
|
||||
{
|
||||
if (_action == Action::RUN_SEQUENCE) {
|
||||
vblog(LOG_INFO, "running macro sequence");
|
||||
ablog(LOG_INFO, "running macro sequence");
|
||||
} else {
|
||||
vblog(LOG_INFO, "set sequences of macro '%s' to index %d",
|
||||
_macro.Name().c_str(), _resetIndex.GetValue());
|
||||
|
||||
Reference in New Issue
Block a user