From b0c6273f90780a6cf664a61443fd42c6a16f0171 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 4 Jul 2017 12:12:26 -0400 Subject: [PATCH] add new debug trace output --- libs/ardour/butler.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index 6fca7a939d..76b74ac321 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -411,6 +411,7 @@ Butler::flush_tracks_to_disk_after_locate (boost::shared_ptr rl, uint void Butler::schedule_transport_work () { + DEBUG_TRACE (DEBUG::Butler, "requesting more transport work\n"); g_atomic_int_inc (&should_do_transport_work); summon (); } -- 2.30.2