[kismac] [binaervarianz] r226 - branches/usb-drivers/Sources/Core
- From: svn@xxxxxxxxxxxxxxxx
- To: kismac@xxxxxxxxxxxxx
- Date: Sat, 17 Feb 2007 18:45:54 +0100
Author: gkruse
Date: 2007-02-17 18:45:50 +0100 (Sat, 17 Feb 2007)
New Revision: 226
Modified:
branches/usb-drivers/Sources/Core/WaveHelper.m
Log:
work around for driver crash. We need to fix this, as load drivers should not
be called when they are already loaded
Modified: branches/usb-drivers/Sources/Core/WaveHelper.m
===================================================================
--- branches/usb-drivers/Sources/Core/WaveHelper.m 2007-02-17 05:21:27 UTC
(rev 225)
+++ branches/usb-drivers/Sources/Core/WaveHelper.m 2007-02-17 17:45:50 UTC
(rev 226)
@@ -324,11 +324,11 @@
name],
OK, Nil, Nil);
- NSLog(@"Error could not instanciate driver %@", interfaceName);
+ //NSLog(@"Error could not instanciate driver %@",
interfaceName); //todo fixme!!
return NO;
}
}
- NSLog(@"Driver %@ was created.", interfaceName);
+ //NSLog(@"Driver %@ was created.", interfaceName);
}
Other related posts:
- » [kismac] [binaervarianz] r226 - branches/usb-drivers/Sources/Core