mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-05-12 15:14:45 -05:00
Don't log "on change" when macro is paused
This commit is contained in:
parent
a149a11c57
commit
265daebdf3
|
|
@ -389,7 +389,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