mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
b60d7648d7
commit
5d9b16f92b
|
@ -4366,7 +4366,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
|
||||
EntityFolder outbox = db.folder().getOutbox();
|
||||
if (outbox == null) {
|
||||
Log.e("Outbox missing");
|
||||
Log.w("Outbox missing");
|
||||
outbox = EntityFolder.getOutbox();
|
||||
outbox.id = db.folder().insertFolder(outbox);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue