mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Adopt OSLog for logging and replace the majority of calls to print()
This commit is contained in:
parent
79e23d561e
commit
4c7cd0d923
65 changed files with 418 additions and 401 deletions
|
|
@ -152,7 +152,7 @@ struct WaypointFormMapKit: View {
|
|||
dismiss()
|
||||
} else {
|
||||
dismiss()
|
||||
print("Send waypoint failed")
|
||||
logger.error("Send waypoint failed")
|
||||
}
|
||||
} label: {
|
||||
Label("Send", systemImage: "arrow.up")
|
||||
|
|
@ -212,7 +212,7 @@ struct WaypointFormMapKit: View {
|
|||
dismiss()
|
||||
} else {
|
||||
dismiss()
|
||||
print("Send waypoint failed")
|
||||
logger.error("Send waypoint failed")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue