From 2c27b3df93b46e60748ee22c184b881e91381998 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 May 2016 09:36:03 -0400 Subject: improve debug output --- libs/ardour/stripable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/ardour/stripable.cc b/libs/ardour/stripable.cc index a9f8b2b01a..9a7c668f67 100644 --- a/libs/ardour/stripable.cc +++ b/libs/ardour/stripable.cc @@ -57,7 +57,7 @@ Stripable::set_presentation_info (PresentationInfo pi, bool notify_class_listene { if (pi != presentation_info()) { - DEBUG_TRACE (DEBUG::OrderKeys, string_compose ("%1: set edit-based RID to %2\n", name(), pi)); + DEBUG_TRACE (DEBUG::OrderKeys, string_compose ("%1: set presentation info to %2\n", name(), pi)); if (is_master()) { _presentation_info = PresentationInfo (0, PresentationInfo::MasterOut); -- cgit v1.2.3