From aca7ebf6a9dac16ef909c3ed2639de021a529464 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 28 Jun 2023 19:32:09 -0700 Subject: [PATCH] Clarify a log message PiperOrigin-RevId: 544225952 --- connections/implementation/p2p_cluster_pcp_handler.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/connections/implementation/p2p_cluster_pcp_handler.cc b/connections/implementation/p2p_cluster_pcp_handler.cc index 58a8d404..f68e99a6 100644 --- a/connections/implementation/p2p_cluster_pcp_handler.cc +++ b/connections/implementation/p2p_cluster_pcp_handler.cc @@ -221,9 +221,8 @@ bool P2pClusterPcpHandler::IsRecognizedBluetoothEndpoint( const std::string& name_string, const std::string& service_id, const BluetoothDeviceName& name) const { if (!name.IsValid()) { - NEARBY_LOGS(INFO) - << name_string - << " doesn't conform to the BluetoothDeviceName format, discarding."; + NEARBY_LOGS(INFO) << name_string + << " doesn't have any endpoint id, discarding."; return false; }