don't leak macaddrs into logs

This commit is contained in:
geeksville
2020-07-29 16:16:29 -07:00
parent 6306d19f6d
commit f3be13f0fb

View File

@@ -69,7 +69,7 @@ private fun requestBonding(
device: BluetoothDevice,
onComplete: (Int) -> Unit
) {
SLogging.info("Starting bonding for $device")
SLogging.info("Starting bonding for ${device.anonymize}")
// We need this receiver to get informed when the bond attempt finished
val bondChangedReceiver = object : BroadcastReceiver() {