From 9df314d6d5c64bf72cefae3f95215285e14e800a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 4 Jul 2017 12:11:18 -0400 Subject: add new debug trace output --- libs/ardour/butler.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index 697b5f8544..794e057d8e 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -229,6 +229,8 @@ Butler::thread_work () RouteList rl_with_auditioner = *rl; rl_with_auditioner.push_back (_session.the_auditioner()); + DEBUG_TRACE (DEBUG::Butler, string_compose ("butler starts refill loop, twr = %1\n", transport_work_requested())); + for (i = rl_with_auditioner.begin(); !transport_work_requested() && should_run && i != rl_with_auditioner.end(); ++i) { boost::shared_ptr tr = boost::dynamic_pointer_cast (*i); -- cgit v1.2.3