mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-30 21:25:32 -05:00
Reduce log output when running macro in background
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user