mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Reduced logging
This commit is contained in:
parent
a5878fc493
commit
347a19e2a7
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ public class IMAPMessage extends MimeMessage implements ReadableMime {
|
|||
"plain".equalsIgnoreCase(bs.subtype)) ||
|
||||
!(bs.type.equalsIgnoreCase(ct.getPrimaryType()) &&
|
||||
bs.subtype.equalsIgnoreCase(ct.getSubType()))) {
|
||||
eu.faircode.email.Log.e("Inconsistent" +
|
||||
eu.faircode.email.Log.i("Inconsistent" +
|
||||
" bs=" + bs.type + "/" + bs.subtype + "/" + bs.cParams + " header=" + ct);
|
||||
type = ct.toString();
|
||||
return type;
|
||||
|
|
Loading…
Reference in a new issue