summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-02-26 09:02:28 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-02-26 09:02:42 -0700
commiteddac2e3b2f9dd6881a41d17a9cdd22da2843480 (patch)
tree2b55f4b6be2377e0605c1e223759625a5c72ebe3 /libs/ardour/session_process.cc
parent5fad2efa107b93da7f2ff3c851de1819f55af801 (diff)
enhanced debug trace output
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index bfd6c44291..e8258dc4f2 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -730,6 +730,7 @@ Session::maybe_sync_start (pframes_t & nframes)
_silent = true;
if (Config->get_locate_while_waiting_for_sync()) {
+ DEBUG_TRACE (DEBUG::Transport, "micro-locate while waiting for sync\n");
if (micro_locate (nframes)) {
/* XXX ERROR !!! XXX */
}
@@ -1089,7 +1090,7 @@ Session::follow_transport_master (pframes_t nframes)
if (transport_master_tracking_state == Running) {
if (!actively_recording() && abs (delta) > tmm.current()->resolution()) {
- DEBUG_TRACE (DEBUG::Slave, string_compose ("average slave delta %1 greater than slave resolution %2\n", delta, tmm.current()->resolution()));
+ DEBUG_TRACE (DEBUG::Slave, string_compose ("current slave delta %1 greater than slave resolution %2\n", delta, tmm.current()->resolution()));
if (micro_locate (-delta) != 0) {
DEBUG_TRACE (DEBUG::Slave, "micro-locate didn't work, set no disk output true\n");