summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
Diffstat (limited to 'src/network')
-rw-r--r--src/network/kernel/qnetconmonitor_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qnetconmonitor_win.cpp b/src/network/kernel/qnetconmonitor_win.cpp
index da38bf695c..bf771f9451 100644
--- a/src/network/kernel/qnetconmonitor_win.cpp
+++ b/src/network/kernel/qnetconmonitor_win.cpp
@@ -92,7 +92,7 @@ QNetworkInterface getInterfaceFromHostAddress(const QHostAddress &local)
});
});
if (it == interfaces.cend()) {
- qCWarning(lcNetMon, "Could not find the interface for the local address.");
+ qCDebug(lcNetMon, "Could not find the interface for the local address.");
return {};
}
return *it;