improve debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 17 May 2016 13:36:03 +0000 (09:36 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:42 +0000 (15:30 -0400)
libs/ardour/stripable.cc

index a9f8b2b01ac657fb1bf9a324fa2fe353f2529784..9a7c668f67d2bc12c9ac83d744b4da047552aa30 100644 (file)
@@ -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);