From 8edd03e68b77a5763e094fa4074fa94a9943ee57 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 4 Feb 2019 11:20:32 -0700 Subject: [PATCH] extend debug output statement --- libs/ardour/session_transport.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index 7fe8f15e61..f4c35372ed 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -1222,7 +1222,7 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo return; } - cerr << "... now doing the actual locate\n"; + cerr << "... now doing the actual locate to " << target_sample << " from " << _transport_sample << endl; // Update Timecode time _transport_sample = target_sample;