summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-26 20:47:43 +0200
committerRobin Gareus <robin@gareus.org>2020-04-26 21:25:07 +0200
commit842e841e0d2479c5012f476655c1481b90fa5d40 (patch)
tree7ccd2dfc1a354a071365cb8657a68bb29b490778 /libs/ardour/route.cc
parentde819e579afe325247a8e5472dd35347ec237a65 (diff)
Remove common prefix for latency debugging
-DLatency now triggers all four: * LatencyCompensation (entry-points, overall flow) * LatencyIO (Port/IO query, set/get private/public) * LatencyDelayLine (Delaylines for internal sends and alignment) * LatencyRoute (route processor latency)
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index d6cfec92e9..6d1dfab77d 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -4263,7 +4263,7 @@ Route::update_signal_latency (bool apply_to_delayline)
}
}
- DEBUG_TRACE (DEBUG::Latency, string_compose ("%1: internal signal latency = %2\n", _name, l_out));
+ DEBUG_TRACE (DEBUG::LatencyRoute, string_compose ("%1: internal signal latency = %2\n", _name, l_out));
_signal_latency = l_out;