Added build information to trace log

This commit is contained in:
Benjamin Höglinger
2018-05-12 17:04:19 +02:00
parent 7167fe3d28
commit d00ac496b5

View File

@@ -54,6 +54,11 @@ NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING Registry
//
WPP_INIT_TRACING(DriverObject, RegistryPath);
TraceEvents(TRACE_LEVEL_INFORMATION,
TRACE_DRIVER,
"Loading Virtual Gamepad Emulation Bus Driver [built: %s %s]",
__DATE__, __TIME__);
//
// Register cleanup callback
//