Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2308731d authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Lower log message for location request

Indeed, this behavior is expected since we are doing best effort
location retrieval.
parent 7be9b579
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ public class WeatherUpdater {

    private synchronized void onNewLocationFetched(@Nullable Location location) {
        if (location == null) {
            Timber.tag(TAG).w("Could not fetch any location");
            Timber.tag(TAG).i("Could not fetch any location");
            return;
        }