diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-01-25 12:37:40 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-01-31 17:15:46 +0100 |
commit | 8772b205b30913403af5be12e8913a8b18a10a05 (patch) | |
tree | 3d7fca704c6048d45f9920f6576b2942302d9ae6 /src/buildtool/main/describe.cpp | |
parent | a9b3d717eac4c4f3b87b2bb7fe9f0961f4bb6fb0 (diff) | |
download | justbuild-8772b205b30913403af5be12e8913a8b18a10a05.tar.gz |
just serve: Cleanup logging to remove tool name
Also cleans up the logging when parsing the serve service
configuration file.
Diffstat (limited to 'src/buildtool/main/describe.cpp')
-rw-r--r-- | src/buildtool/main/describe.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |