Mercurial > hg > svapp
changeset 585:050c7b5bd11c
Debug notes, tidying
author | Chris Cannam |
---|---|
date | Thu, 23 Feb 2017 09:22:56 +0000 |
parents | 0bb2ec333d3b |
children | 5f488e1868cc |
files | framework/SVFileReader.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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(); }