summaryrefslogtreecommitdiff
path: root/network/radio/HidSwitchDriverSample/driver.c
diff options
context:
space:
mode:
authorkarlf <[email protected]>2016-08-11 13:28:13 -0700
committerkarlf <[email protected]>2016-08-11 13:28:13 -0700
commit96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch)
treead5f3ede5cbcd6b598677ce41bcf8318471bdd92 /network/radio/HidSwitchDriverSample/driver.c
parent687b274aa38fd05c8c26e3068932121876d7f745 (diff)
Updated for "Windows 10 Anniversary Update" (Version 1607)
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);