mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
WiFi Lan logging clean up
PiperOrigin-RevId: 511871233
This commit is contained in:
@@ -1875,7 +1875,7 @@ BasePcpHandler::ConnectImplResult P2pClusterPcpHandler::WifiLanConnectImpl(
|
||||
WifiLanSocket socket = wifi_lan_medium_.Connect(
|
||||
endpoint->service_id, endpoint->service_info,
|
||||
client->GetCancellationFlag(endpoint->endpoint_id));
|
||||
NEARBY_LOGS(ERROR) << "In WifiLanConnectImpl(), connect to service "
|
||||
NEARBY_LOGS(INFO) << "In WifiLanConnectImpl(), connect to service "
|
||||
<< " socket=" << &socket.GetImpl()
|
||||
<< " for endpoint(id=" << endpoint->endpoint_id << ").";
|
||||
if (!socket.IsValid()) {
|
||||
|
||||
Reference in New Issue
Block a user