mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Improved logging
This commit is contained in:
parent
f23894674d
commit
149ec74cd1
1 changed files with 2 additions and 1 deletions
|
@ -1210,7 +1210,8 @@ class Core {
|
|||
if (!attachment.available || !afile || !content.available || !cfile) {
|
||||
Log.e("S/MIME vanished" +
|
||||
" available=" + attachment.available + "/" + content.available +
|
||||
" file=" + afile + "/" + cfile);
|
||||
" file=" + afile + "/" + cfile +
|
||||
" error=" + attachment.error + "/" + content.error);
|
||||
db.attachment().setAvailable(attachment.id, false);
|
||||
db.attachment().setAvailable(content.id, false);
|
||||
db.attachment().setEncryption(attachment.id, null);
|
||||
|
|
Loading…
Reference in a new issue