mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Small improvement
This commit is contained in:
parent
0b4120f873
commit
a368e807af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue