Reduced logging

This commit is contained in:
M66B 2023-06-24 19:11:34 +02:00
parent 143f95adb7
commit 06627421e1
1 changed files with 1 additions and 1 deletions

View File

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