Loading...
iokit/Kernel/IOStartIOKit.cpp xnu-12377.101.15 xnu-11215.81.4
--- xnu/xnu-12377.101.15/iokit/Kernel/IOStartIOKit.cpp
+++ xnu/xnu-11215.81.4/iokit/Kernel/IOStartIOKit.cpp
@@ -177,7 +177,7 @@
 void
 StartIOKitMatching(void)
 {
-	SOCD_TRACE_XNU(START_IOKIT, SOCD_TRACE_MODE_NONE);
+	SOCD_TRACE_XNU(START_IOKIT);
 	assert(gRootNub != NULL);
 	bool ok = gRootNub->startIOServiceMatching();
 	if (__improbable(!ok)) {