From 4ac88c17c57b042271dfa4f2b7ad4c7a248e1119 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 23 Feb 2023 13:28:42 -0800 Subject: [PATCH] WiFi Lan logging clean up PiperOrigin-RevId: 511871233 --- connections/implementation/p2p_cluster_pcp_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connections/implementation/p2p_cluster_pcp_handler.cc b/connections/implementation/p2p_cluster_pcp_handler.cc index f9e39753..f62de6b7 100644 --- a/connections/implementation/p2p_cluster_pcp_handler.cc +++ b/connections/implementation/p2p_cluster_pcp_handler.cc @@ -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()) {