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