mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Log binding ID when downloading certificates.
PiperOrigin-RevId: 937694429
This commit is contained in:
committed by
Copybara-Service
parent
595734f8be
commit
ad334ffb45
@@ -408,7 +408,8 @@ void NearbyShareCertificateManagerImpl::CertificateDownloadContext::
|
||||
<< absl::BytesToHexString(credential.data());
|
||||
continue;
|
||||
}
|
||||
VLOG(1) << "Successfully parsed credential: " << credential.id();
|
||||
VLOG(1) << "Successfully parsed credential: " << credential.id()
|
||||
<< " with binding id: " << certificate.binding_id();
|
||||
certificates_.push_back(certificate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user