Fix log messages

This commit is contained in:
Adrian Schoenig 2023-05-31 17:14:22 +10:00
parent 6bd6092fb4
commit 37767d625b
1 changed files with 2 additions and 2 deletions

View File

@ -507,7 +507,7 @@ extension GeoMonitor: CLLocationManagerDelegate {
dispatchPrecondition(condition: .onQueue(.main))
guard isMonitoring else {
eventHandler(.status("GeoMonitor exited region, even though we've since stopped monitoring. Ignoring...", .enteredRegion))
eventHandler(.status("GeoMonitor entered region, even though we've since stopped monitoring. Ignoring...", .enteredRegion))
return
}
@ -550,7 +550,7 @@ extension GeoMonitor: CLLocationManagerDelegate {
dispatchPrecondition(condition: .onQueue(.main))
guard isMonitoring else {
eventHandler(.status("GeoMonitor entered region, even though we've since stopped monitoring. Ignoring...", .enteredRegion))
eventHandler(.status("GeoMonitor exited region, even though we've since stopped monitoring. Ignoring...", .enteredRegion))
return
}