mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
don't leak user name in logs
This commit is contained in:
parent
e142637993
commit
25740c4fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -1099,7 +1099,7 @@ class MeshService : Service(), Logging {
|
|||
|
||||
override fun setOwner(myId: String?, longName: String, shortName: String) =
|
||||
toRemoteExceptions {
|
||||
debug("SetOwner $myId : $longName : $shortName")
|
||||
debug("SetOwner $myId : ${longName.anonymized} : $shortName")
|
||||
|
||||
val user = MeshProtos.User.newBuilder().also {
|
||||
if (myId != null) // Only set the id if it was provided
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue