From 8772b205b30913403af5be12e8913a8b18a10a05 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 25 Jan 2024 12:37:40 +0100 Subject: just serve: Cleanup logging to remove tool name Also cleans up the logging when parsing the serve service configuration file. --- src/buildtool/main/describe.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buildtool/main/describe.cpp') diff --git a/src/buildtool/main/describe.cpp b/src/buildtool/main/describe.cpp index e1a8c0fa..93817c2e 100644 --- a/src/buildtool/main/describe.cpp +++ b/src/buildtool/main/describe.cpp @@ -285,8 +285,8 @@ auto DescribeTarget(BuildMaps::Target::ConfiguredTarget const& id, // check, e.g., if remote endpoints are behind proxies. if (not ServeApi::CheckServeRemoteExecution()) { Logger::Log(LogLevel::Error, - "Inconsistent remote execution endpoint and just serve " - "configuration detected."); + "Inconsistent remote execution endpoint and serve " + "endpoint configuration detected."); return kExitFailure; } // ask serve endpoint to provide the description -- cgit v1.2.3