13
0

recomment a DEBUG_TRACE statement that generates too much output with -D transport

This commit is contained in:
Paul Davis 2019-12-29 18:41:46 -07:00
parent 30226fdc2a
commit 6383d4f6a6

View File

@ -346,7 +346,7 @@ Session::process_with_events (pframes_t nframes)
assert (_count_in_samples == 0 || _remaining_latency_preroll == 0 || _count_in_samples == _remaining_latency_preroll); assert (_count_in_samples == 0 || _remaining_latency_preroll == 0 || _count_in_samples == _remaining_latency_preroll);
DEBUG_TRACE (DEBUG::Transport, string_compose ("Running count in/latency preroll of %1 & %2\n", _count_in_samples, _remaining_latency_preroll)); // DEBUG_TRACE (DEBUG::Transport, string_compose ("Running count in/latency preroll of %1 & %2\n", _count_in_samples, _remaining_latency_preroll));
while (_count_in_samples > 0 || _remaining_latency_preroll > 0) { while (_count_in_samples > 0 || _remaining_latency_preroll > 0) {
samplecnt_t ns; samplecnt_t ns;