mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Small improvement
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user