From 5bc388a00a56733a991abaab375867c051cefb6c Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 8 Feb 2021 03:07:16 -0800 Subject: [PATCH] Roll forward up to cl/355557269. --- cpp/core/internal/base_pcp_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/core/internal/base_pcp_handler.cc b/cpp/core/internal/base_pcp_handler.cc index 258012c7..cb4382d8 100644 --- a/cpp/core/internal/base_pcp_handler.cc +++ b/cpp/core/internal/base_pcp_handler.cc @@ -185,7 +185,7 @@ Status BasePcpHandler::WaitForResult(const std::string& method_name, NEARBY_LOG(INFO, "No future to wait for; return with error"); return {Status::kError}; } - NEARBY_LOG(INFO, "waiting for future to complete"); + NEARBY_LOG(INFO, "Waiting for future to complete: %s", method_name.c_str()); ExceptionOr result = future->Get(); if (!result.ok()) { NEARBY_LOG(INFO, "Future:[%s] completed with exception: %d",