Merge branch 'google3' to roll forward up to cl/355557269.

This commit is contained in:
hai007
2021-02-08 03:55:53 -08:00
+1 -1
View File
@@ -199,7 +199,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",