mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
Add log level which prints performed actions
This commit is contained in:
@@ -64,7 +64,7 @@ bool MacroActionRandom::PerformAction()
|
||||
|
||||
void MacroActionRandom::LogAction() const
|
||||
{
|
||||
vblog(LOG_INFO, "running random macro");
|
||||
ablog(LOG_INFO, "running random macro");
|
||||
}
|
||||
|
||||
bool MacroActionRandom::Save(obs_data_t *obj) const
|
||||
|
||||
Reference in New Issue
Block a user