summaryrefslogtreecommitdiff
path: root/src/buildtool/serve_api/remote/configuration_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/serve_api/remote/configuration_client.cpp')
-rw-r--r--src/buildtool/serve_api/remote/configuration_client.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/buildtool/serve_api/remote/configuration_client.cpp b/src/buildtool/serve_api/remote/configuration_client.cpp
index acb43886..ae5aa3ba 100644
--- a/src/buildtool/serve_api/remote/configuration_client.cpp
+++ b/src/buildtool/serve_api/remote/configuration_client.cpp
@@ -79,9 +79,10 @@ auto ConfigurationClient::CheckServeRemoteExecution() -> bool {
// log any mismatch found
logger_.Emit(
LogLevel::Error,
- "Different execution endpoint detected.\nIn order to correctly use "
- "just serve, its remote execution endpoint must be the same used by "
- "the client.\nserve remote endpoint: {}\nclient remote endpoint: {}",
+ "Different execution endpoint detected!\nIn order to correctly use "
+ "the serve service, its remote execution endpoint must be the same "
+ "used by the client.\nserve remote endpoint: {}\nclient remote "
+ "endpoint: {}",
serve_msg,
client_msg);
return false;