From 020c6d76b3faad399164ba196c51804221a259e1 Mon Sep 17 00:00:00 2001 From: tille Date: Mon, 16 Jun 2003 17:07:09 +0000 Subject: remove qFatal in case of unknow interface. --- (limited to 'noncore/settings/networksettings/wlan/wlanmodule.cpp') 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 ¶m, 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){ -- cgit v0.9.0.2