This commit is contained in:
Nav
2024-10-12 23:16:33 +01:00
parent 52171734d8
commit 17b90e3c08
2 changed files with 3 additions and 3 deletions

View File

@@ -488,13 +488,13 @@ namespace TargetController
if (debugToolIt == supportedDebugTools.end()) {
throw Exceptions::InvalidConfig{
"Debug tool name (\"" + debugToolName + "\") not recognised. Please check your configuration!"
"Debug tool (\"" + debugToolName + "\") not recognised. Please check your configuration."
};
}
if (!briefTargetDescriptor.has_value()) {
throw Exceptions::InvalidConfig{
"Target name (\"" + targetName + "\") not recognised. Please check your configuration!"
"Target (\"" + targetName + "\") not recognised. Please check your configuration."
};
}