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",