summaryrefslogtreecommitdiff
path: root/network/radio/HidSwitchDriverSample/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'network/radio/HidSwitchDriverSample/driver.c')
-rw-r--r--network/radio/HidSwitchDriverSample/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/radio/HidSwitchDriverSample/driver.c b/network/radio/HidSwitchDriverSample/driver.c
index a14d4fc4..54e80dae 100644
--- a/network/radio/HidSwitchDriverSample/driver.c
+++ b/network/radio/HidSwitchDriverSample/driver.c
@@ -24,7 +24,7 @@ NTSTATUS DriverEntry (_In_ PDRIVER_OBJECT pDriverObject, _In_ PUNICODE_STRING ps
// Initialize WPP Tracing
WPP_INIT_TRACING(pDriverObject, pszRegistryPath);
- TraceInfo(DBG_INIT, "(%!FUNC!) Enter -Sample Built %s %s\n", __DATE__, __TIME__);
+ TraceInfo(DBG_INIT, "(%!FUNC!) Enter -DriverEntry\n");
WDF_DRIVER_CONFIG_INIT(&config, HidFx2EvtDeviceAdd);