Reduced logging

This commit is contained in:
M66B 2021-08-07 11:53:28 +02:00
parent e874388f8f
commit 5db96d8242
1 changed files with 1 additions and 1 deletions

View File

@ -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);