Small improvement

pull/207/head
M66B 2 years ago
parent 0b4120f873
commit a368e807af

@ -892,7 +892,7 @@ public class EmailService implements AutoCloseable {
EntityLog.log(context, EntityLog.Type.Protocol, "Dump start " + tag);
while (breadcrumbs != null && !breadcrumbs.isEmpty())
EntityLog.log(context, EntityLog.Type.Protocol, "Dump " + breadcrumbs.pop());
EntityLog.log(context, EntityLog.Type.Protocol, "Dump end" + tag);
EntityLog.log(context, EntityLog.Type.Protocol, "Dump end " + tag);
}
private static class SocketFactoryService extends SocketFactory {

Loading…
Cancel
Save