From 2a221ae21bd60d8576a84bc4c8a5ce04c679ef21 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 22 Sep 2019 11:50:51 -0600 Subject: improve debug output --- libs/ardour/session_process.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour') diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index 356f46d66c..7633266d5a 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -81,12 +81,12 @@ Session::process (pframes_t nframes) } if (non_realtime_work_pending()) { - DEBUG_TRACE (DEBUG::Butler, string_compose ("non-realtime work pending: %1\n", enum_2_string (post_transport_work()))); + DEBUG_TRACE (DEBUG::Butler, string_compose ("non-realtime work pending: %1 (%2%3%4)\n", enum_2_string (post_transport_work()), std::hex, post_transport_work(), std::dec)); if (!_butler->transport_work_requested ()) { DEBUG_TRACE (DEBUG::Butler, string_compose ("done, waiting? %1\n", _transport_fsm->waiting_for_butler())); butler_completed_transport_work (); } else { - DEBUG_TRACE (DEBUG::Butler, "not done yet\n"); + DEBUG_TRACE (DEBUG::Butler, "doesn't seem to have finished yet (from view of RT thread)\n"); } } -- cgit v1.2.3