summaryrefslogtreecommitdiff
path: root/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'network/trans/WFPSampler/lib/HelperFunctions_Log.cpp')
-rw-r--r--network/trans/WFPSampler/lib/HelperFunctions_Log.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp b/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp
index 79a183c1..a0670d60 100644
--- a/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp
+++ b/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp
@@ -84,9 +84,6 @@ VOID HlprLogError(_In_ PCWSTR pMessage,
argumentList);
if(status != NO_ERROR)
{
- wprintf(L"HlprLogError : StringCchVPrintf() [status: %#x]",
- status);
-
HLPR_BAIL;
}
@@ -95,9 +92,6 @@ VOID HlprLogError(_In_ PCWSTR pMessage,
&size);
if(status != NO_ERROR)
{
- wprintf(L"HlprLogError : StringCchLength() [status: %#x]",
- status);
-
HLPR_BAIL;
}
@@ -115,14 +109,9 @@ VOID HlprLogError(_In_ PCWSTR pMessage,
pLogMessage);
if(status != NO_ERROR)
{
- wprintf(L"HlprLogError : StringCchPrintf() [status: %#x]",
- status);
-
HLPR_BAIL;
}
- wprintf(pActualMessage);
-
HLPR_BAIL_LABEL:
va_end(argumentList);
@@ -201,8 +190,6 @@ VOID HlprLogInfo(_In_ PCWSTR pMessage,
HLPR_BAIL;
}
- wprintf(pActualMessage);
-
HLPR_BAIL_LABEL:
va_end(argumentList);