mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal logging update
PiperOrigin-RevId: 669420403
This commit is contained in:
committed by
Copybara-Service
parent
e65a8a568c
commit
d5b5d92f87
@@ -124,7 +124,7 @@ BasePcpHandler::BasePcpHandler(Mediums* mediums,
|
||||
bwu_manager_(bwu_manager) {}
|
||||
|
||||
BasePcpHandler::~BasePcpHandler() {
|
||||
NEARBY_LOGS(VERBOSE) << __func__;
|
||||
NEARBY_VLOG(1) << __func__;
|
||||
Shutdown();
|
||||
}
|
||||
|
||||
@@ -630,7 +630,7 @@ void BasePcpHandler::OnEncryptionSuccessRunnableV3(
|
||||
return;
|
||||
}
|
||||
|
||||
NEARBY_LOGS(VERBOSE)
|
||||
NEARBY_VLOG(1)
|
||||
<< __func__
|
||||
<< ": beginning authentication to the remote device as an initiator";
|
||||
ConnectionsAuthenticationTransport connections_authentication_transport =
|
||||
|
||||
Reference in New Issue
Block a user