Improve logging.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-06-05 12:22:46 +03:00
parent e343cc8018
commit fe2ced590c

View file

@ -1754,6 +1754,8 @@ void VPattern::ParseNodePoint(const QDomElement &domElement, const Document &par
catch (const VExceptionBadId &e)
{ // Possible case. Parent was deleted, but the node object is still here.
Q_UNUSED(e)
qDebug() << "Broken relation. Parent was deleted, but the node object is still here. Node point id ="
<< initData.id << ".";
return;// Just ignore
}