From 23f11546f67b5136f3502adb795124cb75d063ad Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Fri, 24 May 2024 19:20:10 +0300 Subject: [PATCH] Current version of Psi+ is 1.5.1926 It is based on: * psi: 6fb4b094 * plugins: 595793f * psimedia: 478567e * resources: e32ef4b --- iris/src/irisnet/corelib/netnames.cpp | 4 ++-- iris/src/irisnet/noncore/cutestuff/bsocket.cpp | 2 +- version | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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)