From 369e251ac65a3fb2433a5551eaa4cd5ac2375547 Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 10 Oct 2023 21:49:29 +0100 Subject: [PATCH] Corrected warning message --- src/ProjectConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProjectConfig.cpp b/src/ProjectConfig.cpp index 8175a687..4777adf6 100644 --- a/src/ProjectConfig.cpp +++ b/src/ProjectConfig.cpp @@ -117,7 +117,7 @@ EnvironmentConfig::EnvironmentConfig(std::string name, const YAML::Node& environ if (environmentNode["debugServer"] && !environmentNode["server"]) { Logger::warning( - "The 'debugTool' key was renamed to 'tool' in v1.0.0. Please update your bloom.yaml configuration. " + "The 'debugServer' key was renamed to 'server' in v1.0.0. Please update your bloom.yaml configuration. " "Bloom will fail to start up until this is resolved. See " + Services::PathService::homeDomainName() + "/docs/v1-0-0-migration for more." );