Reduced logging

pull/213/head
M66B 1 year ago
parent 143f95adb7
commit 06627421e1

@ -97,7 +97,7 @@ public class ContentType {
rem = rem.substring(0, b + 9) + '"' + rem.substring(b + 9) + '"';
else
rem = rem.substring(0, b + 9) + '"' + rem.substring(b + 9, semi) + '"' + rem.substring(semi);
eu.faircode.email.Log.w("Fixed boundary: " + rem);
eu.faircode.email.Log.i("Fixed boundary: " + rem);
}
list = new ParameterList(rem);
}

Loading…
Cancel
Save