summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-21 22:56:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-21 22:56:50 +0000
commit710f9d6272b6964496da3d9d57a55da4e2c8e07d (patch)
tree3a5cb1277e7a9d1484dcd2d2364caf445aaf001c /wifi
parente2e6ec17cf1177e4bb81609e8e884e000819dfdc (diff)
downloadtdenetwork-710f9d6272b6964496da3d9d57a55da4e2c8e07d.tar.gz
tdenetwork-710f9d6272b6964496da3d9d57a55da4e2c8e07d.zip
Fix log messages
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1177996 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'wifi')
-rw-r--r--wifi/kcmwifi/wificonfig.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/wifi/kcmwifi/wificonfig.cpp b/wifi/kcmwifi/wificonfig.cpp
index 53f1c7e0..58379533 100644
--- a/wifi/kcmwifi/wificonfig.cpp
+++ b/wifi/kcmwifi/wificonfig.cpp
@@ -235,8 +235,8 @@ TQString WifiConfig::autoDetectInterface()
if ( !procFile.open( IO_ReadOnly ) )
{
- KMessageBox::sorry( 0,
- i18n( "Unable to autodetect wireless interface." ) );
+// KMessageBox::sorry( 0,
+// i18n( "Unable to autodetect wireless interface." ) );
return m_detectedInterface;
}
@@ -270,6 +270,7 @@ TQString WifiConfig::autoDetectInterface()
test << *it;
connect( &test, TQT_SIGNAL( readReady( KProcIO * ) ),
this, TQT_SLOT( slotTestInterface( KProcIO * ) ) );
+ printf("[kcontrol wificonfig] Checking interface for wireless extensions...");
test.start ( KProcess::Block );
}
}