mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-03 23:26:00 -05:00
Adjust log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user