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

Simplified logging

This commit is contained in:
M66B 2020-11-09 08:25:00 +01:00
parent d4618bfd89
commit d759703b3a

View file

@ -1035,7 +1035,7 @@ public class EmailService implements AutoCloseable {
boolean keepAlive = socket.getKeepAlive();
int linger = socket.getSoLinger();
Log.i("Socket type=" + socket.getClass() +
Log.i("Socket type=" + socket.getClass().getName() +
" timeout=" + timeout +
" keep-alive=" + keepAlive +
" linger=" + linger);