mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Simplified logging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user