From 0784cfdbd261c43856b45be6ab7439841e69b858 Mon Sep 17 00:00:00 2001 From: wimpie Date: Mon, 09 Aug 2004 02:31:25 +0000 Subject: Many changes : bluetooth and usb seems to work added preliminary support for VPN on top of any network This version is still very much crippled yet is does DO some things --- (limited to 'noncore/settings/networksettings2/lancard') diff --git a/noncore/settings/networksettings2/lancard/lancardedit.cpp b/noncore/settings/networksettings2/lancard/lancardedit.cpp index ffe9bf6..c00d7aa 100644 --- a/noncore/settings/networksettings2/lancard/lancardedit.cpp +++ b/noncore/settings/networksettings2/lancard/lancardedit.cpp @@ -114,9 +114,9 @@ void LanCardEdit::SLOT_ScanCards( void ) { for( QDictIterator It(S.interfaces()); It.current(); ++It ) { - fprintf( stderr, "TEST %s %s\n", + Log(( "TEST %s %s\n", It.current()->Name.latin1(), - It.current()->MACAddress.latin1() ); + It.current()->MACAddress.latin1() )); if( R.match( It.current()->Name ) >= 0 && ( It.current()->CardType == ARPHRD_ETHER #ifdef ARPHRD_IEEE1394 -- cgit v0.9.0.2