internal cleanup

PiperOrigin-RevId: 632285218
This commit is contained in:
Hai Shang
2024-05-09 15:20:03 -07:00
committed by Copybara-Service
parent 5d6735371b
commit ce030a76b6
+1 -1
View File
@@ -122,7 +122,7 @@ bool BleV2::StartAdvertising(const std::string& service_id,
if (!radio_.IsEnabled()) {
NEARBY_LOGS(INFO)
<< "Can't start BLE scanning because Bluetooth was never turned on";
<< "Can't start BLE advertising because Bluetooth was never turned on";
return false;
}