This commit is contained in:
Nav
2023-11-18 22:53:20 +00:00
parent 68f1ba35ff
commit 210552de4f
2 changed files with 2 additions and 3 deletions

View File

@@ -493,8 +493,8 @@ namespace TargetController
if (!this->target->supportsDebugTool(this->debugTool.get())) {
throw Exceptions::InvalidConfig(
"Debug tool (\"" + this->debugTool->getName() + "\") not supported by target (\""
+ targetDescriptor.name + "\")."
"Debug tool \"" + this->debugTool->getName() + "\" is not compatible with target \""
+ targetDescriptor.name + "\"."
);
}