Fixed tracing level

This commit is contained in:
Benjamin Höglinger
2018-05-12 20:32:36 +02:00
parent 24fa7635a9
commit 05f05e10f1

View File

@@ -902,6 +902,6 @@ VOID Pdo_EvtIoInternalDeviceControl(
WdfRequestComplete(Request, status);
}
TraceEvents(TRACE_LEVEL_INFORMATION, TRACE_BUSPDO, "%!FUNC! Exit with status %!STATUS!", status);
TraceEvents(TRACE_LEVEL_VERBOSE, TRACE_BUSPDO, "%!FUNC! Exit with status %!STATUS!", status);
}