mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
Roll forward up to cl/355557269.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user