From fb8f6b87b8c5cfd926eff8ba428e1940dd87331a Mon Sep 17 00:00:00 2001 From: badaix Date: Thu, 30 Jan 2025 09:33:59 +0100 Subject: [PATCH] Change log line --- client/client_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_connection.cpp b/client/client_connection.cpp index 73c06d14..e47a8818 100644 --- a/client/client_connection.cpp +++ b/client/client_connection.cpp @@ -129,7 +129,7 @@ void ClientConnection::connect(const ResultHandler& handler) for (const auto& iter : iterator) { - LOG(INFO, LOG_TAG) << "Connecting to " << server_.protocol << "://" << iter.endpoint() << "\n"; + LOG(INFO, LOG_TAG) << "Connecting to host: " << iter.endpoint() << ", port: " << server_.port << ", protocol: " << server_.protocol << "\n"; ec = doConnect(iter.endpoint()); if (!ec || (ec == boost::system::errc::interrupted)) {