diff --git a/app/src/main/java/gr/thmmy/mthmmy/base/BaseApplication.java b/app/src/main/java/gr/thmmy/mthmmy/base/BaseApplication.java index e9293dd2..5b1d0154 100644 --- a/app/src/main/java/gr/thmmy/mthmmy/base/BaseApplication.java +++ b/app/src/main/java/gr/thmmy/mthmmy/base/BaseApplication.java @@ -147,7 +147,7 @@ public class BaseApplication extends Application implements Executor{ boolean updated = task.getResult(); Timber.i("Firebase remote config params updated: %s", updated); } else - Timber.e("Fetching Firebase remote config params failed!"); + Timber.w("Fetching Firebase remote config params failed!"); }); }