mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Reduced logging
This commit is contained in:
parent
a3501ac0f9
commit
86151c63d2
1 changed files with 1 additions and 1 deletions
|
@ -3022,7 +3022,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
|
||||
exif.saveAttributes();
|
||||
} catch (IOException ex) {
|
||||
Log.w(ex);
|
||||
Log.i(ex);
|
||||
}
|
||||
|
||||
} catch (Throwable ex) {
|
||||
|
|
Loading…
Reference in a new issue