Simplified logging

pull/187/head
M66B 4 years ago
parent d4618bfd89
commit d759703b3a

@ -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);

Loading…
Cancel
Save