fix error in hastily introduced DEBUG_TRACE statement

This commit is contained in:
Paul Davis 2024-11-22 09:34:45 -07:00
parent d5cc1b5efc
commit 9ab42f8d14

View file

@ -2438,7 +2438,7 @@ MIDITrigger::setup_event_indices ()
last_event_index = rt->size();
}
DEBUG_TRACE (DEBUG::Triggers, "%1/%2 first index %3 last index %4 of %5\n", _box.order(), index(), first_event_index, last_event_index, rt->size());
DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1/%2 first index %3 last index %4 of %5\n", _box.order(), index(), first_event_index, last_event_index, rt->size()));
}
void