diff framework/Document.cpp @ 778:83a7b10b7415

Merge from branch pitch-align
author Chris Cannam
date Fri, 26 Jun 2020 13:48:52 +0100
parents cf4e0f3c2406 1d6cca5a5621
children 1089d65c585d
line wrap: on
line diff
--- a/framework/Document.cpp	Wed Jun 03 13:58:29 2020 +0100
+++ b/framework/Document.cpp	Fri Jun 26 13:48:52 2020 +0100
@@ -1181,7 +1181,8 @@
 
     SVDEBUG << "Document::alignModel: aligning..." << endl;
     if (!rm->getAlignmentReference().isNone()) {
-        SVDEBUG << "(Note: model " << rm << " is currently aligned to model "
+        SVDEBUG << "(Note: model " << modelId
+                << " is currently aligned to model "
                 << rm->getAlignmentReference() << "; this will replace that)"
                 << endl;
     }