1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Reduced logging

This commit is contained in:
M66B 2022-06-22 17:15:23 +02:00
parent a338ddd707
commit 09032de28c

View file

@ -253,7 +253,7 @@ public class DataHandler /*implements Transferable*/ {
throw new IOException(ex);
}
eu.faircode.email.Log.e("DataHandler" +
eu.faircode.email.Log.w("DataHandler" +
" object=" + (object == null ? null : object.getClass().getName()) +
" dch=" + dch.getClass().getName() +
" type=" + getContentType());