don't leak macaddrs into logs

pull/129/head
geeksville 2020-07-29 16:16:29 -07:00
rodzic 6306d19f6d
commit f3be13f0fb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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() {