From 9ab42f8d14bc5eb4007cdc237673152f835cd566 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 22 Nov 2024 09:34:45 -0700 Subject: [PATCH] fix error in hastily introduced DEBUG_TRACE statement --- libs/ardour/triggerbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index bdaf2118be..a5a41d3e55 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -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