mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-05-09 04:32:13 -05:00
Don't log "on change" when macro is paused
This commit is contained in:
parent
2d699d82b8
commit
a9ee8f2153
|
|
@ -380,7 +380,7 @@ bool Macro::ShouldRunActions() const
|
|||
!_paused && (_matched || _elseActions.size() > 0) &&
|
||||
_actionModeMatch;
|
||||
|
||||
if (VerboseLoggingEnabled() && !_actionModeMatch) {
|
||||
if (VerboseLoggingEnabled() && !_actionModeMatch && !_paused) {
|
||||
if (_matched && _actions.size() > 0) {
|
||||
blog(LOG_INFO, "skip actions for Macro %s (on change)",
|
||||
_name.c_str());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user