Adjust log

This commit is contained in:
WarmUpTill 2021-06-16 21:15:15 +02:00 committed by WarmUpTill
parent beec7d5939
commit 0975ffabfa

View File

@ -64,7 +64,7 @@ void MacroActionSceneVisibility::LogAction()
auto it = actionTypes.find(_action);
if (it != actionTypes.end()) {
vblog(LOG_INFO,
"performed action \"%s\" for source \"%s\" on scene \"%s\"",
"performed visibility action \"%s\" for source \"%s\" on scene \"%s\"",
it->second.c_str(), GetWeakSourceName(_scene).c_str(),
GetWeakSourceName(_scene).c_str());
} else {