This commit is contained in:
Nav
2023-07-13 02:45:42 +01:00
parent 4eeaa762d1
commit edcf62e67d
2 changed files with 4 additions and 3 deletions

View File

@@ -293,7 +293,7 @@ namespace Bloom::TargetController
this->target.reset();
this->debugTool.reset();
Logger::error(
"Failed to properly shutdown TargetController. Error: " + std::string(exception.what())
"Failed to properly shut down TargetController. Error: " + std::string(exception.what())
);
}