From a9e34bfe502403db71f5be1ea57b82c637c6da9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Sun, 13 May 2018 22:31:24 +0200 Subject: [PATCH] Added missing trace --- sys/Driver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/Driver.c b/sys/Driver.c index 8e66b34..0c61645 100644 --- a/sys/Driver.c +++ b/sys/Driver.c @@ -648,5 +648,7 @@ Bus_PlugInRequestCleanUpEvtTimerFunc( } } WdfSpinLockRelease(pFdoData->PendingPluginRequestsLock); + + TraceEvents(TRACE_LEVEL_INFORMATION, TRACE_DRIVER, "%!FUNC! Exit"); }