mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-24 02:44:50 -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);
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user