Small improvement

This commit is contained in:
M66B 2022-07-04 14:47:18 +02:00
parent 913cba23ba
commit 6882ac0ad2
1 changed files with 1 additions and 1 deletions

View File

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