mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-11 08:56:03 +01:00
Add ClearLog macro command and parameters to tracing
This commit is contained in:
@@ -757,10 +757,11 @@ bool MacroCommands::ApplyMacro(
|
||||
|
||||
if (trace) {
|
||||
auto after = wxTimeSpan(0, 0, 0, wxGetUTCTimeMillis());
|
||||
wxLogMessage(wxT("Macro line #%ld \"%s\" took %s"),
|
||||
wxLogMessage(wxT("Macro line #%ld took %s : %s:%s"),
|
||||
i + 1,
|
||||
(after - before).Format(wxT("%H:%M:%S.%l")),
|
||||
command.GET(),
|
||||
(after - before).Format(wxT("%H:%M:%S.%l")));
|
||||
mParamsMacro[i]);
|
||||
}
|
||||
|
||||
if (!success || mAbort)
|
||||
|
||||
Reference in New Issue
Block a user