mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-19 16:47:22 -05:00
Reduce log output when running macro in background
This commit is contained in:
parent
15eeec8ebf
commit
5224d6589e
|
|
@ -112,7 +112,7 @@ bool Macro::PerformAction(bool forceParallel)
|
|||
{
|
||||
if (!_done) {
|
||||
vblog(LOG_INFO, "macro %s already running", _name.c_str());
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ret = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user