mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-25 15:34:48 -05:00
Adjust log
This commit is contained in:
parent
beec7d5939
commit
0975ffabfa
|
|
@ -64,7 +64,7 @@ void MacroActionSceneVisibility::LogAction()
|
||||||
auto it = actionTypes.find(_action);
|
auto it = actionTypes.find(_action);
|
||||||
if (it != actionTypes.end()) {
|
if (it != actionTypes.end()) {
|
||||||
vblog(LOG_INFO,
|
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(),
|
it->second.c_str(), GetWeakSourceName(_scene).c_str(),
|
||||||
GetWeakSourceName(_scene).c_str());
|
GetWeakSourceName(_scene).c_str());
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user