mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -05:00
Reduce macro logging in non-verbose mode
This commit is contained in:
parent
283025f1a8
commit
186198bfd4
|
|
@ -353,7 +353,7 @@ bool SwitcherData::runMacros()
|
|||
{
|
||||
for (auto &m : macros) {
|
||||
if (m.Matched()) {
|
||||
blog(LOG_INFO, "running macro: %s", m.Name().c_str());
|
||||
vblog(LOG_INFO, "running macro: %s", m.Name().c_str());
|
||||
if (!m.PerformAction()) {
|
||||
blog(LOG_WARNING, "abort macro: %s",
|
||||
m.Name().c_str());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user