Nikolay Sivov : secur32: Trace flags in hex in InitializeSecurityContextW( ).

Alexandre Julliard julliard at winehq.org
Fri Dec 16 14:01:15 CST 2016


Module: wine
Branch: master
Commit: 754013a84ad499d3559712bd8af1972b4d9fc024
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=754013a84ad499d3559712bd8af1972b4d9fc024

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sat Dec 10 23:21:20 2016 +0300

secur32: Trace flags in hex in InitializeSecurityContextW().

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/secur32/wrapper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/secur32/wrapper.c b/dlls/secur32/wrapper.c
index dabd90f..06a3674 100644
--- a/dlls/secur32/wrapper.c
+++ b/dlls/secur32/wrapper.c
@@ -315,7 +315,7 @@ SECURITY_STATUS WINAPI InitializeSecurityContextW(
     PCredHandle cred = NULL;
     PCredHandle ctxt = NULL;
 
-    TRACE("%p %p %s %d %d %d %p %d %p %p %p %p\n", phCredential, phContext,
+    TRACE("%p %p %s 0x%08x %d %d %p %d %p %p %p %p\n", phCredential, phContext,
      debugstr_w(pszTargetName), fContextReq, Reserved1, TargetDataRep, pInput,
      Reserved1, phNewContext, pOutput, pfContextAttr, ptsExpiry);
 




More information about the wine-cvs mailing list