This commit is contained in:
Nav
2022-08-27 17:56:55 +01:00
parent f77e9d7874
commit 6c436cbefc
9 changed files with 12 additions and 12 deletions

View File

@@ -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) {