From 0975ffabfae7dffae937de3aef14aba806d262b8 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 16 Jun 2021 21:15:15 +0200 Subject: [PATCH] Adjust log --- src/macro-action-scene-visibility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macro-action-scene-visibility.cpp b/src/macro-action-scene-visibility.cpp index d7ac9079..349a40ab 100644 --- a/src/macro-action-scene-visibility.cpp +++ b/src/macro-action-scene-visibility.cpp @@ -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 {