Improve logging.
--HG-- branch : develop
This commit is contained in:
parent
e343cc8018
commit
fe2ced590c
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user