Skip to content

Commit e4a810f

Browse files
author
Langston Smith
authored
adjusted Timber.e to Timber.d (#993)
1 parent f2f7688 commit e4a810f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin-localization/src/main/java/com/mapbox/mapboxsdk/plugins/localization/LocalizationPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public void setMapLanguage(@NonNull Locale locale, boolean acceptFallback) {
209209
Timber.d("Locale: %s, set MapLocale: %s", locale.toString(), mapLocale.getMapLanguage());
210210
setMapLanguage(mapLocale);
211211
} else {
212-
Timber.e("Couldn't match Locale %s %s to a MapLocale", locale.toString(), locale.getDisplayName());
212+
Timber.d("Couldn't match Locale %s %s to a MapLocale", locale.toString(), locale.getDisplayName());
213213
}
214214
}
215215

@@ -329,7 +329,7 @@ public void setCameraToLocaleCountry(Locale locale, int padding) {
329329
if (mapLocale != null) {
330330
setCameraToLocaleCountry(mapLocale, padding);
331331
} else {
332-
Timber.e("Couldn't match Locale %s to a MapLocale", locale.getDisplayName());
332+
Timber.d("Couldn't match Locale %s to a MapLocale", locale.getDisplayName());
333333
}
334334
}
335335

0 commit comments

Comments
 (0)