mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Reduced logging
This commit is contained in:
parent
e874388f8f
commit
5db96d8242
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ class ImageHelper {
|
|||
post(d, a.source);
|
||||
} catch (Throwable ex) {
|
||||
// Show broken icon
|
||||
Log.w(ex);
|
||||
Log.i(ex);
|
||||
int resid = (ex instanceof IOException && !(ex instanceof FileNotFoundException)
|
||||
? R.drawable.twotone_cloud_off_24
|
||||
: R.drawable.twotone_broken_image_24);
|
||||
|
|
Loading…
Reference in a new issue