mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 15:38:19 +01:00
Drop another debug message
This commit is contained in:
parent
44bfaa9235
commit
339d3e1265
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue