Small improvement

This commit is contained in:
M66B
2022-07-04 14:47:18 +02:00
parent 913cba23ba
commit 6882ac0ad2

View File

@@ -3199,7 +3199,7 @@ public class MessageHelper {
} catch (Throwable ex) {
Log.w(ex);
}
m.append(' ').append(bp.getContentType());
m.append(" [").append(bp.getContentType()).append("]");
}
} else
m.append(content.getClass().getName());