Skip to content

Commit 2868515

Browse files
committed
Merge pull request #52 from Leanplum/feature/fix-LP-4426
fix(Geofencing): change logging type from error to warning for Geofen…
1 parent 08e68dc commit 2868515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidSDK/src/com/leanplum/internal/ActionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static LocationManager getLocationManager() {
8686
}
8787
} catch (Throwable e) {
8888
if (!loggedLocationManagerFailure) {
89-
Log.e("Geofencing support requires Google Play Services v8.1 and higher.\n" +
89+
Log.w("Geofencing support requires Google Play Services v8.1 and higher.\n" +
9090
"Add this to your build.gradle file:\n" +
9191
"compile ('com.google.android.gms:play-services-location:8.3.0+')");
9292
loggedLocationManagerFailure = true;

0 commit comments

Comments
 (0)