summaryrefslogtreecommitdiff
path: root/libs/ardour/butler.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-07-04 12:11:18 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commit9df314d6d5c64bf72cefae3f95215285e14e800a (patch)
treee14ec531b21f561515524ae6c0c1474434182d98 /libs/ardour/butler.cc
parent04c43ffd7e91555c7b4a0e471d7dae797991274a (diff)
add new debug trace output
Diffstat (limited to 'libs/ardour/butler.cc')
-rw-r--r--libs/ardour/butler.cc2
1 files changed, 2 insertions, 0 deletions
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<Track> tr = boost::dynamic_pointer_cast<Track> (*i);