Reduced logging

This commit is contained in:
M66B 2020-07-24 14:12:37 +02:00
parent a3501ac0f9
commit 86151c63d2
1 changed files with 1 additions and 1 deletions

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) {