improve debug output

This commit is contained in:
Paul Davis
2016-05-17 09:36:03 -04:00
parent 201c5825ac
commit 2c27b3df93

View 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);