less logspam

This commit is contained in:
Kevin Hester 2021-05-10 08:46:11 +08:00
parent 1eb4bf43d4
commit 793b75b67b
2 changed files with 2 additions and 2 deletions

View file

@ -379,7 +379,7 @@ class MeshService : Service(), Logging {
info("Destroying mesh service")
// This might fail if we get destroyed before the handledLaunch completes
ignoreException {
ignoreException(silent = true) {
unregisterReceiver(radioInterfaceReceiver)
}