Small improvement

pull/184/head
M66B 5 years ago
parent 28d8ea73ce
commit e722bcbe1d

@ -4130,7 +4130,7 @@ class Core {
" headers=" + headers + "/" + headers_ms + " ms" + " headers=" + headers + "/" + headers_ms + " ms" +
" content=" + Helper.humanReadableByteCount(content) + " content=" + Helper.humanReadableByteCount(content) +
" attachments=" + Helper.humanReadableByteCount(attachments) + " attachments=" + Helper.humanReadableByteCount(attachments) +
" total=" + total; " total=" + total + " ms";
} }
} }
} }

Loading…
Cancel
Save