Reduced logging

pull/208/head
M66B 2 years ago
parent a338ddd707
commit 09032de28c

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

Loading…
Cancel
Save