Log configured protocoll

This commit is contained in:
badaix 2025-01-27 12:53:51 +01:00
parent 29e267532a
commit be301c6931

View file

@ -129,7 +129,7 @@ void ClientConnection::connect(const ResultHandler& handler)
for (const auto& iter : iterator)
{
LOG(INFO, LOG_TAG) << "Connecting to " << iter.endpoint() << "\n";
LOG(INFO, LOG_TAG) << "Connecting to " << server_.protocol << "://" << iter.endpoint() << "\n";
ec = doConnect(iter.endpoint());
if (!ec || (ec == boost::system::errc::interrupted))
{