diff --git a/src/app/valentina/xml/vpattern.cpp b/src/app/valentina/xml/vpattern.cpp index 7ea004bf4..b8c8a19c1 100644 --- a/src/app/valentina/xml/vpattern.cpp +++ b/src/app/valentina/xml/vpattern.cpp @@ -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 }