Date: Mon, 4 Dec 2006 16:38:41 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111024 for review Message-ID: <200612041638.kB4GcfHI059107@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111024 Change 111024 by millert@millert_g5tower on 2006/12/04 16:38:00 Comment out a debugging print statement. Affected files ... .. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/iokit/Kernel/IOService.cpp#4 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/iokit/Kernel/IOService.cpp#4 (text+ko) ==== @@ -2446,7 +2446,7 @@ if( !symbol) continue; - IOLog("%s alloc (symbol %p props %p)\n", symbol->getCStringNoCopy(), symbol, props); + //IOLog("%s alloc (symbol %p props %p)\n", symbol->getCStringNoCopy(), symbol, props); // alloc the driver instance inst = (IOService *) OSMetaClass::allocClassWithName( symbol);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612041638.kB4GcfHI059107>