diff --git a/iris/src/irisnet/corelib/netnames.cpp b/iris/src/irisnet/corelib/netnames.cpp index 560226c12..16dafc1bf 100644 --- a/iris/src/irisnet/corelib/netnames.cpp +++ b/iris/src/irisnet/corelib/netnames.cpp @@ -1176,7 +1176,7 @@ void ServiceResolver::start(const QString &host, quint16 port, const QString &se void ServiceResolver::start(const QStringList &services, const QString &transport, const QString &domain, int port) { #ifdef NETNAMES_DEBUG - NNDEBUG << "s:" << service << "t:" << transport << "d:" << domain << "p:" << port; + NNDEBUG << "s:" << services << "t:" << transport << "d:" << domain << "p:" << port; #endif /* clear SRV list */ d->srvList.clear(); @@ -1254,7 +1254,7 @@ void ServiceResolver::start(const QStringList &services, const QString &transpor void ServiceResolver::handle_host_ready(const QString &service, const QList &rl) { #ifdef NETNAMES_DEBUG - NNDEBUG << "hl:" << r; + NNDEBUG << "hl:" << rl; #endif /* cleanup resolver */ diff --git a/iris/src/irisnet/noncore/cutestuff/bsocket.cpp b/iris/src/irisnet/noncore/cutestuff/bsocket.cpp index deb535647..d84b43adb 100644 --- a/iris/src/irisnet/noncore/cutestuff/bsocket.cpp +++ b/iris/src/irisnet/noncore/cutestuff/bsocket.cpp @@ -179,7 +179,7 @@ class HappyEyeballsConnector : public QObject { void connectToHost(const QStringList &services, const QString &transport, const QString &domain, quint16 port) { #ifdef BS_DEBUG - BSDEBUG << "s:" << service << "t:" << transport << "d:" << domain; + BSDEBUG << "s:" << services << "t:" << transport << "d:" << domain; #endif // this->service = service; this->transport = transport; diff --git a/version b/version index 5dbdd1dbc..713503991 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.5.1925 (2024-05-24, ac321a86) +1.5.1926 (2024-05-24, 6fb4b094)