Fix log messages
This commit is contained in:
parent
6bd6092fb4
commit
37767d625b
|
@ -507,7 +507,7 @@ extension GeoMonitor: CLLocationManagerDelegate {
|
||||||
dispatchPrecondition(condition: .onQueue(.main))
|
dispatchPrecondition(condition: .onQueue(.main))
|
||||||
|
|
||||||
guard isMonitoring else {
|
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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -550,7 +550,7 @@ extension GeoMonitor: CLLocationManagerDelegate {
|
||||||
dispatchPrecondition(condition: .onQueue(.main))
|
dispatchPrecondition(condition: .onQueue(.main))
|
||||||
|
|
||||||
guard isMonitoring else {
|
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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue