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 */