From cf2e7ffc77c7f8b32f83a47fa2e477859ed7eb29 Mon Sep 17 00:00:00 2001 From: Robinson Date: Mon, 27 Nov 2023 13:11:47 +0100 Subject: [PATCH] Removed exception stacktrace during reconnect --- src/dorkbox/network/Client.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dorkbox/network/Client.kt b/src/dorkbox/network/Client.kt index 347a4685..18403f7c 100644 --- a/src/dorkbox/network/Client.kt +++ b/src/dorkbox/network/Client.kt @@ -951,9 +951,9 @@ open class Client(config: ClientConfiguration = ClientC aeronDriver.delayLingerTimeout() if (connectionTimeoutSec == 0) { - logger.info("Reconnecting...", Exception()) + logger.info("Reconnecting...") } else { - logger.info("Reconnecting... (timeout in $connectionTimeoutSec seconds)", Exception()) + logger.info("Reconnecting... (timeout in $connectionTimeoutSec seconds)") } connect(