diff options
Diffstat (limited to 'main/src/cgeo/geocaching/Geocache.java')
| -rw-r--r-- | main/src/cgeo/geocaching/Geocache.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java index f99fee6..fd1c2ce 100644 --- a/main/src/cgeo/geocaching/Geocache.java +++ b/main/src/cgeo/geocaching/Geocache.java @@ -1637,7 +1637,7 @@ public class Geocache implements ICache, IWaypoint { handler.sendMessage(Message.obtain()); } } catch (Exception e) { - Log.e("cgBase.storeCache"); + Log.e("Geocache.storeCache", e); } } |
