summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-08 20:12:40 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-08 20:12:40 +0000
commit34b9883537769758c46b050cb5c1ced63d566c0f (patch)
treebdae0fc9fd1232f4156d930402dc8bd2429d67a3 /libs/ardour/route.cc
parent82c794db70b4581c289f7fa72fe4753756016eca (diff)
lots of stuff related to capture alignment. things appear to be working now, but require the right alignment setting, which doesn't persist correctly at present
git-svn-id: svn://localhost/ardour2/branches/3.0@9107 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 be5ba4f80e..535fde2ca0 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -3051,7 +3051,7 @@ Route::update_total_latency ()
}
}
- DEBUG_TRACE (DEBUG::Latency, string_compose ("%1: internal redirect latency = %2\n", _name, own_latency));
+ DEBUG_TRACE (DEBUG::Latency, string_compose ("%1: bus: internal redirect latency = %2\n", _name, own_latency));
_output->set_port_latency (own_latency);