Reduced logging

This commit is contained in:
M66B 2022-06-22 17:15:23 +02:00
parent a338ddd707
commit 09032de28c
1 changed files with 1 additions and 1 deletions

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