From 85a6a5bfe10731fcc75b1fa84f14d88785fe401e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Fri, 29 Oct 2021 11:23:29 +0000 Subject: QNI: iOS: Fix copy-pasted warning messages Change-Id: Id2b3ff8857a4f86ec88a0f4a8d08a227e145ae4d Reviewed-by: Timur Pocheptsov Reviewed-by: Ivan Solovev --- src/network/kernel/qnetconmonitor_darwin.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/network/kernel/qnetconmonitor_darwin.mm b/src/network/kernel/qnetconmonitor_darwin.mm index a899d3b98d..f49b1cec8e 100644 --- a/src/network/kernel/qnetconmonitor_darwin.mm +++ b/src/network/kernel/qnetconmonitor_darwin.mm @@ -327,12 +327,12 @@ bool QNetworkConnectionMonitor::isWwan() const Q_D(const QNetworkConnectionMonitor); if (isMonitoring()) { - qCWarning(lcNetMon, "Calling isReachable() is unsafe after the monitoring started"); + qCWarning(lcNetMon, "Calling isWwan() is unsafe after the monitoring started"); return false; } if (!d->probe) { - qCWarning(lcNetMon, "Reachability is unknown, set the target first"); + qCWarning(lcNetMon, "Medium is unknown, set the target first"); return false; } -- cgit v1.2.3