diff --git a/src/network/kernel/qnetconmonitor_win.cpp b/src/network/kernel/qnetconmonitor_win.cpp index da38bf695c1..bf771f94515 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;