self.log.warning("Update health: Failed to find location after update. Maybe it was deleted while the update was performed. Maybe something went wrong. Location: \(location)")
}
}
}
}
}
}
}
...
@@ -248,27 +248,24 @@ public class LocationManager {
...
@@ -248,27 +248,24 @@ public class LocationManager {
self.log.warning("Update notifications: Failed to find location after update. Maybe it was deleted while the update was performed. Maybe something went wrong. Location: \(location)")
}
}
}
}
}
}
}
...
@@ -289,27 +286,33 @@ public class LocationManager {
...
@@ -289,27 +286,33 @@ public class LocationManager {
self.log.warning("Update weather: Failed to find location after update. Maybe it was deleted while the update was performed. Maybe something went wrong. Location: \(updatedLocation)")
}
}
else{
self.log.warning("Failed to find location after update (\(operation)). Maybe it was deleted while the update was performed. Maybe something went wrong. Location: \(location)")