mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 09:36:07 -05:00
Add log level which prints performed actions
This commit is contained in:
@@ -23,7 +23,7 @@ bool MacroActionMidi::PerformAction()
|
||||
|
||||
void MacroActionMidi::LogAction() const
|
||||
{
|
||||
vblog(LOG_INFO, "send midi message \"%s\" to \"%s\"",
|
||||
ablog(LOG_INFO, "send midi message \"%s\" to \"%s\"",
|
||||
_message.ToString().c_str(), _device.Name().c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user