This commit is contained in:
Nav
2021-09-21 21:21:57 +01:00
parent e76bb07ef1
commit ebfd97eae8
7 changed files with 10 additions and 5 deletions

View File

@@ -569,7 +569,7 @@ void TargetController::onReadRegistersEvent(const Events::RetrieveRegistersFromT
}
} catch (const TargetOperationFailure& exception) {
Logger::error("Failed to read general registers from target - " + exception.getMessage());
Logger::error("Failed to read registers from target - " + exception.getMessage());
this->emitErrorEvent(event.id);
}
}