mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Clarify a log message
PiperOrigin-RevId: 544225952
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user