From f010133c5fa2fa34342079e4fbf7ff8fda3b121c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 13 Aug 2025 10:51:15 -0600 Subject: [PATCH] slightly improve a DEBUG_TRACE message for DEBUG::Grid --- libs/temporal/tempo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index cc2d89826d..9a78218dea 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -2655,7 +2655,7 @@ TempoMap::get_grid (TempoMapPoints& ret, superclock_t rstart, superclock_t end, dump (std::cout); } #endif - DEBUG_TRACE (DEBUG::Grid, string_compose (">>> GRID START %1 .. %2 (barmod = %3)\n", rstart, end, bar_mod)); + DEBUG_TRACE (DEBUG::Grid, string_compose (">>> GRID START %1 .. %2 (barmod = %3, beat_div = %4)\n", rstart, end, bar_mod, beat_div)); /* The fast path: one tempo, one meter, just do (relatively) simple math */