1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Small improvement

This commit is contained in:
M66B 2022-05-18 09:45:54 +02:00
parent 0b4120f873
commit a368e807af

View file

@ -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 {