Reduce macro logging in non-verbose mode

This commit is contained in:
WarmUpTill 2021-05-22 12:14:56 +02:00
parent 283025f1a8
commit 186198bfd4

View File

@ -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());