1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 22:51:02 +00:00

Change log level

This commit is contained in:
M66B 2021-02-27 13:40:29 +01:00
parent 7606a3fea3
commit 4a8fb8a4d7

View file

@ -243,7 +243,7 @@ public abstract class DB extends RoomDatabase {
}
if (sInstance.account().getAccounts().size() > 0) {
Log.i("No emergency restore /accounts");
Log.e("No emergency restore /accounts");
return;
}