anonymize address log

pull/372/head
andrekir 2022-02-08 00:22:45 -03:00
rodzic 94355e25f4
commit 4abd8b8ab7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -269,7 +269,7 @@ class RadioInterfaceService : Service(), Logging {
@SuppressLint("NewApi")
private fun setBondedDeviceAddress(address: String?): Boolean {
return if (getBondedDeviceAddress(this) == address && isStarted) {
warn("Ignoring setBondedDevice $address, because we are already using that device")
warn("Ignoring setBondedDevice ${address.anonymize}, because we are already using that device")
false
} else {
// Record that this use has configured a new radio