slightly adjust logging

This commit is contained in:
WarmUpTill
2020-10-10 01:43:43 +02:00
parent 611c478eb3
commit 62d54f7206
3 changed files with 8 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ bool SwitcherData::checkPause()
}
if (verbose && pause)
blog(LOG_INFO, "Advanced Scene Switcher pause match");
blog(LOG_INFO, "pause match");
return pause;
}