Clarify a log message

PiperOrigin-RevId: 544225952
This commit is contained in:
hai007
2023-06-28 19:33:26 -07:00
committed by Copybara-Service
parent 6823b7105d
commit aca7ebf6a9
@@ -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;
}