From d9b456163cc0a2811c22723209d680d053b95ded Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 4 Jul 2017 12:10:33 -0400 Subject: change debug trace output --- libs/ardour/butler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/butler.cc') diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index 475735a2e1..dd83707e68 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -212,7 +212,7 @@ Butler::thread_work () if (transport_work_requested()) { DEBUG_TRACE (DEBUG::Butler, string_compose ("do transport work @ %1\n", g_get_monotonic_time())); _session.butler_transport_work (); - DEBUG_TRACE (DEBUG::Butler, string_compose ("\ttransport work complete @ %1\n", g_get_monotonic_time())); + DEBUG_TRACE (DEBUG::Butler, string_compose ("\ttransport work complete @ %1, twr = %2\n", g_get_monotonic_time(), transport_work_requested())); } frameoffset_t audition_seek; -- cgit v1.2.3