mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Added logging
This commit is contained in:
parent
873a696a52
commit
88f5a3ec86
1 changed files with 2 additions and 1 deletions
|
@ -5115,7 +5115,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
|
||||
result = cert;
|
||||
break;
|
||||
}
|
||||
} else
|
||||
Log.w("Signature invalid");
|
||||
} catch (CMSException ex) {
|
||||
Log.w(ex);
|
||||
args.putString("reason", ex.getMessage());
|
||||
|
|
Loading…
Reference in a new issue