diff --git a/fleet/rpc/src/fleet/rpc/core/ConnectionLoop.kt b/fleet/rpc/src/fleet/rpc/core/ConnectionLoop.kt index e3333bbe5748..fac428b67b0f 100644 --- a/fleet/rpc/src/fleet/rpc/core/ConnectionLoop.kt +++ b/fleet/rpc/src/fleet/rpc/core/ConnectionLoop.kt @@ -95,7 +95,7 @@ fun CoroutineScope.connectionLoopOld( if (reason != null) { ConnectionLoop.logger.info(reason.takeIf { ConnectionLoop.logger.isDebugEnabled }) { - "Connection by <$connectionJobName> lost. Cause=${reason.causes().joinToString { it.localizedMessage ?: it.toString() }}\n" + + "Connection by <$connectionJobName> lost. Cause=${reason.causes().joinToString { it.message ?: it.toString() }}\n" + "Consider increasing logging level to DEBUG for ${ConnectionLoop::class.qualifiedName}" } }