Skip to content

Commit 45094ea

Browse files
committed
fix(Geofencing): change logging type from error to warning for Geofencing support message.
1 parent 12df978 commit 45094ea

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
@@ -87,7 +87,7 @@ public static LocationManager getLocationManager() {
8787
}
8888
} catch (Throwable e) {
8989
if (!loggedLocationManagerFailure) {
90-
Log.e("Geofencing support requires Google Play Services v8.1 and higher.\n" +
90+
Log.w("Geofencing support requires Google Play Services v8.1 and higher.\n" +
9191
"Add this to your build.gradle file:\n" +
9292
"compile ('com.google.android.gms:play-services-location:8.3.0+')");
9393
loggedLocationManagerFailure = true;

0 commit comments

Comments
 (0)