WiFi Lan logging clean up

PiperOrigin-RevId: 511871233
This commit is contained in:
hai007
2023-02-23 13:30:12 -08:00
committed by Copybara-Service
parent f3ebf77ed2
commit 4ac88c17c5
@@ -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()) {