From fe2ced590c13d9b0988a80122dbe895fa2f82da0 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 5 Jun 2018 12:22:46 +0300 Subject: [PATCH] Improve logging. --HG-- branch : develop --- src/app/valentina/xml/vpattern.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 }