From 71d5147139359f2bf403375959d04f862b5e8fd0 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Thu, 4 Aug 2022 15:52:06 +0200 Subject: RemoteExecutionClient: print debug string --- src/buildtool/execution_api/remote/bazel/bazel_execution_client.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/buildtool/execution_api/remote/bazel/bazel_execution_client.cpp b/src/buildtool/execution_api/remote/bazel/bazel_execution_client.cpp index d58d6d06..b5c0d1d0 100644 --- a/src/buildtool/execution_api/remote/bazel/bazel_execution_client.cpp +++ b/src/buildtool/execution_api/remote/bazel/bazel_execution_client.cpp @@ -20,7 +20,8 @@ void LogExecutionStatus(gsl::not_null const& logger, // (and the server does not support a queue), the action could not // be started. The client should retry. logger->Emit(LogLevel::Error, - "Execution could not be started. Retry later."); + fmt::format("Execution could not be started.\n{}", + s.DebugString())); break; default: // fallback to default status logging -- cgit v1.2.3