13
0

add new debug trace output

This commit is contained in:
Paul Davis 2017-07-04 12:12:26 -04:00
parent 3dd6144ff5
commit b0c6273f90

View File

@ -411,6 +411,7 @@ Butler::flush_tracks_to_disk_after_locate (boost::shared_ptr<RouteList> 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 ();
}