summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/wlan/wlanmodule.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/wlan/wlanmodule.cpp b/noncore/settings/networksettings/wlan/wlanmodule.cpp
index e34f0ce..371b689 100644
--- a/noncore/settings/networksettings/wlan/wlanmodule.cpp
+++ b/noncore/settings/networksettings/wlan/wlanmodule.cpp
@@ -146,7 +146,9 @@ void WLANModule::receive(const QCString &param, const QByteArray &arg)
}
if (ifa == 0){
- qFatal("WLANModule Did not find %s",interface.latin1());
+ qDebug("WLANModule Did not find %s",interface.latin1());
+ qDebug("returning");
+ return;
}
if (count == 2){