1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Reduced logging

This commit is contained in:
M66B 2020-07-24 14:12:37 +02:00
parent a3501ac0f9
commit 86151c63d2

View file

@ -3022,7 +3022,7 @@ public class FragmentCompose extends FragmentBase {
exif.saveAttributes();
} catch (IOException ex) {
Log.w(ex);
Log.i(ex);
}
} catch (Throwable ex) {