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:
parent
7606a3fea3
commit
4a8fb8a4d7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue