mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
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…
Reference in New Issue