instability debuggin in progress

This commit is contained in:
Paul Leroy
2024-02-13 16:44:10 +01:00
parent a01d4a81fd
commit c3e1baf6fc
5 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ bool ContextBasedFeature::prepare( const CorePoints& corePoints,
if (cancelled)
{
//process cancelled by the user
errorMessage = "Process cancelled";
errorMessage = "[ContextBasedFeature] Process cancelled";
}
}
}