diff framework/SVFileReader.cpp @ 585:050c7b5bd11c

Debug notes, tidying
author Chris Cannam
date Thu, 23 Feb 2017 09:22:56 +0000
parents 150cadf9c5fe
children c196680910dc
line wrap: on
line diff
--- a/framework/SVFileReader.cpp	Tue Feb 21 15:33:03 2017 +0000
+++ b/framework/SVFileReader.cpp	Thu Feb 23 09:22:56 2017 +0000
@@ -1220,6 +1220,8 @@
     if (sourceOk && haveModel(sourceId)) {
         m_currentTransformSource = m_models[sourceId];
     } else {
+        SVDEBUG << "NOTE: SV-XML: Can't find a model with id " << sourceId
+                << " for derivation source, falling back to main model" << endl;
         m_currentTransformSource = m_document->getMainModel();
     }