aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/src/cgeo/geocaching/cgData.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgData.java b/main/src/cgeo/geocaching/cgData.java
index 1d275e6..78611b8 100644
--- a/main/src/cgeo/geocaching/cgData.java
+++ b/main/src/cgeo/geocaching/cgData.java
@@ -1435,7 +1435,7 @@ public class cgData {
}
if (remaining.size() >= 1) {
- Log.e("cgData.loadCaches(" + remaining.toString() + ") failed");
+ Log.i("cgData.loadCaches(" + remaining.toString() + ") failed");
}
return result;
}