Changed log levels

This commit is contained in:
M66B
2021-02-27 18:21:22 +01:00
parent bee33fcf9f
commit 8ed239bd53
4 changed files with 17 additions and 17 deletions

View File

@@ -1208,7 +1208,7 @@ public class MessageHelper {
return header;
if (CharsetHelper.isUTF8(header)) {
Log.w("Converting " + name + " to UTF-8");
Log.i("Converting " + name + " to UTF-8");
return new String(header.getBytes(StandardCharsets.ISO_8859_1), StandardCharsets.UTF_8);
} else {
Log.i("Converting " + name + " to ISO8859-1");