PERFORCE change 111024 for review

Todd Miller millert at FreeBSD.org
Mon Dec 4 08:43:51 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111024

Change 111024 by millert at 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);


More information about the p4-projects mailing list