aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgGeo.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/cgGeo.java')
-rw-r--r--main/src/cgeo/geocaching/cgGeo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/cgGeo.java b/main/src/cgeo/geocaching/cgGeo.java
index a8748c0..c5ab556 100644
--- a/main/src/cgeo/geocaching/cgGeo.java
+++ b/main/src/cgeo/geocaching/cgGeo.java
@@ -45,7 +45,7 @@ public class cgGeo {
try {
geoManager.requestLocationUpdates(listener.locationProvider, 0, 0, listener);
} catch (Exception e) {
- Log.w(Settings.tag, "There is no location provider " + listener.locationProvider);
+ Log.w("There is no location provider " + listener.locationProvider);
}
}
}
@@ -244,7 +244,7 @@ public class cgGeo {
lastLocation.setProvider(LAST_LOCATION_PSEUDO_PROVIDER);
assign(lastLocation);
- Log.i(Settings.tag, "Using last location from " + provider);
+ Log.i("Using last location from " + provider);
break;
}
}