From 650fd3133264093aeda968b309a7913c1fd85619 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 12 Jun 2020 05:08:40 +0200 Subject: [PATCH] Improve debug message --- libs/evoral/ControlList.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/evoral/ControlList.cc b/libs/evoral/ControlList.cc index b6537bff7f..eb38456194 100644 --- a/libs/evoral/ControlList.cc +++ b/libs/evoral/ControlList.cc @@ -505,7 +505,7 @@ ControlList::write_pass_finished (double /*when*/, double thinning_factor) void ControlList::set_in_write_pass (bool yn, bool add_point, double when) { - DEBUG_TRACE (DEBUG::ControlList, string_compose ("now in write pass @ %1, add point ? %2\n", when, add_point)); + DEBUG_TRACE (DEBUG::ControlList, string_compose ("set_in_write_pass: in-write: %1 @ %2 add point? %3\n", yn, when, add_point)); _in_write_pass = yn;