diff options
Diffstat (limited to 'network/trans/WFPSampler/lib/HelperFunctions_ThreadsAndEvents.cpp')
| -rw-r--r-- | network/trans/WFPSampler/lib/HelperFunctions_ThreadsAndEvents.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/trans/WFPSampler/lib/HelperFunctions_ThreadsAndEvents.cpp b/network/trans/WFPSampler/lib/HelperFunctions_ThreadsAndEvents.cpp index 89c7a520..50b93eea 100644 --- a/network/trans/WFPSampler/lib/HelperFunctions_ThreadsAndEvents.cpp +++ b/network/trans/WFPSampler/lib/HelperFunctions_ThreadsAndEvents.cpp @@ -378,7 +378,8 @@ UINT32 HlprThreadWaitForEvent(_In_ HANDLE eventHandle, { status = WAIT_TIMEOUT; - HlprLogInfo(L"HlprThreadWaitForEvent() [status: %#x]"); + HlprLogInfo(L"HlprThreadWaitForEvent() [status: %#x]", + status); break; } |
