summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/stripable.cc2
1 files changed, 1 insertions, 1 deletions
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);