Roll forward up to cl/355557269.

This commit is contained in:
hai007
2021-02-08 03:07:16 -08:00
parent 50f0058264
commit 5bc388a00a
+1 -1
View File
@@ -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<Status> result = future->Get();
if (!result.ok()) {
NEARBY_LOG(INFO, "Future:[%s] completed with exception: %d",