mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix error in hastily introduced DEBUG_TRACE statement
This commit is contained in:
parent
d5cc1b5efc
commit
9ab42f8d14
1 changed files with 1 additions and 1 deletions
|
|
@ -2438,7 +2438,7 @@ MIDITrigger::setup_event_indices ()
|
||||||
last_event_index = rt->size();
|
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
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue