From 1ed84eddd53cfd7e21b96a2f5e55e07d448e2482 Mon Sep 17 00:00:00 2001 From: janrupf Date: Mon, 17 Jun 2019 16:45:32 +0200 Subject: GH-2515 Save instance ID before display dialog --- api/logic/InstanceList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/logic/InstanceList.cpp b/api/logic/InstanceList.cpp index afbebc25..306365c8 100644 --- a/api/logic/InstanceList.cpp +++ b/api/logic/InstanceList.cpp @@ -234,7 +234,7 @@ void InstanceList::deleteInstance(const InstanceId& id) auto inst = getInstanceById(id); if(!inst) { - qDebug() << "Cannot delete instance" << id << " No such instance is present."; + qDebug() << "Cannot delete instance" << id << ". No such instance is present (deleted externally?)."; return; } -- cgit v1.2.3