diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-06-05 17:04:56 -1000 |
|---|---|---|
| committer | campbeb <bpcampbell@gmail.com> | 2013-06-05 17:24:11 -1000 |
| commit | b610ce7289c4cfe9d8a040d9cc4aadee2838700d (patch) | |
| tree | 8a9a8e09c430ae96fe70b4ca3b0c5f437faa9171 /main/src/cgeo/geocaching/WaypointPopup.java | |
| parent | e657d819d23f2e2749be4499ba2d5e9862c4a6b0 (diff) | |
| download | cgeo-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.java | 2 |
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); } } |
