aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/WaypointPopup.java
diff options
context:
space:
mode:
authorcampbeb <bpcampbell@gmail.com>2013-06-05 17:04:56 -1000
committercampbeb <bpcampbell@gmail.com>2013-06-05 17:24:11 -1000
commitb610ce7289c4cfe9d8a040d9cc4aadee2838700d (patch)
tree8a9a8e09c430ae96fe70b4ca3b0c5f437faa9171 /main/src/cgeo/geocaching/WaypointPopup.java
parente657d819d23f2e2749be4499ba2d5e9862c4a6b0 (diff)
downloadcgeo-b610ce7289c4cfe9d8a040d9cc4aadee2838700d.zip
cgeo-b610ce7289c4cfe9d8a040d9cc4aadee2838700d.tar.gz
cgeo-b610ce7289c4cfe9d8a040d9cc4aadee2838700d.tar.bz2
Correct log messages to account for refactoring
Diffstat (limited to 'main/src/cgeo/geocaching/WaypointPopup.java')
-rw-r--r--main/src/cgeo/geocaching/WaypointPopup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/WaypointPopup.java b/main/src/cgeo/geocaching/WaypointPopup.java
index b77fc0c..a1ab36a 100644
--- a/main/src/cgeo/geocaching/WaypointPopup.java
+++ b/main/src/cgeo/geocaching/WaypointPopup.java
@@ -89,7 +89,7 @@ public class WaypointPopup extends AbstractPopupActivity {
addCacheDetails();
} catch (Exception e) {
- Log.e("cgeopopup.init", e);
+ Log.e("WaypointPopup.init", e);
}
}