summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qnetconmonitor_darwin.mm
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2021-10-29 11:23:29 +0000
committerMårten Nordheim <marten.nordheim@qt.io>2021-10-29 16:06:30 +0000
commit85a6a5bfe10731fcc75b1fa84f14d88785fe401e (patch)
treed885bd0b5665d5a0eb5c7a59274858f31e4d5b4c /src/network/kernel/qnetconmonitor_darwin.mm
parent77b99e8111cdd06b4fe12f2e18950a1e40ee2b76 (diff)
QNI: iOS: Fix copy-pasted warning messages
Change-Id: Id2b3ff8857a4f86ec88a0f4a8d08a227e145ae4d Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/network/kernel/qnetconmonitor_darwin.mm')
-rw-r--r--src/network/kernel/qnetconmonitor_darwin.mm4
1 files changed, 2 insertions, 2 deletions
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;
}