slightly improve a DEBUG_TRACE message for DEBUG::Grid

This commit is contained in:
Paul Davis
2025-08-13 10:51:15 -06:00
parent 46f2dba306
commit f010133c5f

View File

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