Drop another debug message

This commit is contained in:
Robin Gareus 2023-03-09 18:16:23 +01:00
parent 44bfaa9235
commit 339d3e1265
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -6814,7 +6814,7 @@ restart:
* Except mixbus that allows up to 3 (aux-sends, sends to mixbusses 1-8, sends to mixbusses 9-12,
* and then there's JACK */
if (++bailout < 5) {
cerr << "restarting Session::update_latency. # of send changes: " << _send_latency_changes << " iteration: " << bailout << endl;
DEBUG_TRACE (DEBUG::LatencyCompensation, string_compose ("restarting update. send changes: %1, iteration: %2\n", _send_latency_changes, bailout));
goto restart;
}
}