From 4d5fd781d7d25d3b6a8d323a6dfe0631c501ec79 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Tue, 21 Sep 2021 19:48:50 +0300 Subject: [PATCH] fix: changed FRC error message to warning --- app/src/main/java/gr/thmmy/mthmmy/base/BaseApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); }); }