summaryrefslogtreecommitdiff
path: root/libs/ardour/stripable.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-17 09:36:03 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:42 -0400
commit2c27b3df93b46e60748ee22c184b881e91381998 (patch)
tree6d0faa906f8ee95fc1202cc65c2a54bdc670e20a /libs/ardour/stripable.cc
parent201c5825ac0fda78174cf2a766854b9fa28b1efb (diff)
improve debug output
Diffstat (limited to 'libs/ardour/stripable.cc')
-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);