Tidying
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Bloom::TargetController
|
||||
}
|
||||
|
||||
} catch (const TargetControllerStartupFailure& exception) {
|
||||
Logger::error("TargetController failed to startup. See below for errors:");
|
||||
Logger::error("TargetController failed to start up. See below for errors:");
|
||||
Logger::error(exception.getMessage());
|
||||
|
||||
} catch (const Exception& exception) {
|
||||
|
||||
@@ -108,7 +108,7 @@ namespace Bloom::TargetController
|
||||
static inline std::condition_variable responsesByCommandIdCv = std::condition_variable();
|
||||
|
||||
/**
|
||||
* The TC starts off in a suspended state. TargetControllerComponent::resume() is invoked from the startup
|
||||
* The TC starts off in a suspended state. TargetControllerComponent::resume() is invoked from the start up
|
||||
* routine.
|
||||
*/
|
||||
TargetControllerState state = TargetControllerState::SUSPENDED;
|
||||
|
||||
Reference in New Issue
Block a user