better logs when retrying the connect sequence

This commit is contained in:
Robinson 2023-07-20 20:40:43 +02:00
parent 7bd653db2a
commit 0e37689c2c
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -613,7 +613,7 @@ open class Client<CONNECTION : Connection>(
val message = if (isIPC) {
"Unable to connect to IPC, retrying..."
} else {
"Unable to connect to UDP $remoteAddressPrettyString, retrying..."
"Unable to connect to $remoteAddressPrettyString ($port1|$port2), retrying..."
}
if (logger.isTraceEnabled) {