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;
}