Browse Source

fix: changed FRC error message to warning

develop
Ezerous 3 years ago
parent
commit
4d5fd781d7
  1. 2
      app/src/main/java/gr/thmmy/mthmmy/base/BaseApplication.java

2
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(); boolean updated = task.getResult();
Timber.i("Firebase remote config params updated: %s", updated); Timber.i("Firebase remote config params updated: %s", updated);
} else } else
Timber.e("Fetching Firebase remote config params failed!"); Timber.w("Fetching Firebase remote config params failed!");
}); });
} }

Loading…
Cancel
Save