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
964b6c6c71
commit
5d3c83c292
|
|
@ -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