diff options
author | Bananeweizen <Bananeweizen@gmx.de> | 2012-04-12 19:31:13 +0200 |
---|---|---|
committer | Bananeweizen <Bananeweizen@gmx.de> | 2012-04-12 19:31:13 +0200 |
commit | b2f4fa6db9e262d087d715c497b1241833a0599d (patch) | |
tree | c3972bf51ce2776cfca4d564d05f5eb66a1fbe64 /main/src/cgeo/geocaching/cgeopoint.java | |
parent | 90a0c8b78f121ddf7295a97e257aa2605a371434 (diff) | |
download | cgeo-b2f4fa6db9e262d087d715c497b1241833a0599d.zip cgeo-b2f4fa6db9e262d087d715c497b1241833a0599d.tar.gz cgeo-b2f4fa6db9e262d087d715c497b1241833a0599d.tar.bz2 |
refactoring: remove the logging tag from settings
Diffstat (limited to 'main/src/cgeo/geocaching/cgeopoint.java')
-rw-r--r-- | main/src/cgeo/geocaching/cgeopoint.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeopoint.java b/main/src/cgeo/geocaching/cgeopoint.java index 6242952..3f01f74 100644 --- a/main/src/cgeo/geocaching/cgeopoint.java +++ b/main/src/cgeo/geocaching/cgeopoint.java @@ -498,7 +498,7 @@ public class cgeopoint extends AbstractActivity { latButton.setHint(geo.coordsNow.format(GeopointFormatter.Format.LAT_DECMINUTE_RAW)); lonButton.setHint(geo.coordsNow.format(GeopointFormatter.Format.LON_DECMINUTE_RAW)); } catch (Exception e) { - Log.w(Settings.tag, "Failed to update location."); + Log.w("Failed to update location."); } } } |