From 07997a6d38625aea7028cc797d5d3b3246650cfa Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 25 Mar 2015 14:47:18 -0500 Subject: likely fix for debug build --- libs/ardour/automation_watch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/automation_watch.cc b/libs/ardour/automation_watch.cc index b300680f87..4e833fceb5 100644 --- a/libs/ardour/automation_watch.cc +++ b/libs/ardour/automation_watch.cc @@ -131,7 +131,7 @@ AutomationWatch::timer () } else { //transport stopped or reversed. stop the automation pass and start a new one (for bonus points, someday store the previous pass in an undo record) for (AutomationWatches::iterator aw = automation_watches.begin(); aw != automation_watches.end(); ++aw) { DEBUG_TRACE (DEBUG::Automation, string_compose ("%1: transport in rewind, speed %2, in write pass ? %3 writing ? %4\n", - (*aw)->name(), _session->transport_speed(), rolling, + (*aw)->name(), _session->transport_speed(), _session->transport_rolling(), (*aw)->alist()->automation_write())); (*aw)->list()->set_in_write_pass (false); if ( (*aw)->alist()->automation_write() ) { -- cgit v1.2.3