summaryrefslogtreecommitdiff
path: root/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp
diff options
context:
space:
mode:
authorDavid Spruill <[email protected]>2026-01-08 17:51:47 -0500
committerGitHub <[email protected]>2026-01-08 17:51:47 -0500
commitc5fc3ca1fd0e00a7e085ef48abfeff9c0c39817e (patch)
tree0e650a0fee8027816bbea82ca1fd9b8e3e6ee24a /network/trans/WFPSampler/lib/HelperFunctions_Log.cpp
parentf88e4fbbd4d2671e5cd77e4f60be7a235326797e (diff)
parented3dbe56378117a15105099870f2397671ad99ab (diff)
Merge branch 'develop' into user/daspr/kmodsamplefix
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);