From d6a2d1c31e5b3dbf1b352c1ffc6d32303e71091c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Sun, 13 May 2018 14:25:46 +0200 Subject: [PATCH] Added missing function exit trace --- sys/Driver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/Driver.c b/sys/Driver.c index 4c6c2c8..341715d 100644 --- a/sys/Driver.c +++ b/sys/Driver.c @@ -556,4 +556,6 @@ Bus_PdoStageResult( } WdfSpinLockRelease(pFdoData->PendingPluginRequestsLock); } + + TraceEvents(TRACE_LEVEL_INFORMATION, TRACE_DRIVER, "%!FUNC! Exit"); }