Nikolay Sivov : msxml3: Unify Invoke()/InvokeEx() tracing format.

Alexandre Julliard julliard at winehq.org
Mon Mar 3 13:20:10 CST 2014


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Mar  3 08:54:25 2014 +0400

msxml3: Unify Invoke()/InvokeEx() tracing format.

---

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

diff --git a/dlls/msxml3/dispex.c b/dlls/msxml3/dispex.c
index 272f302..78d4c0c 100644
--- a/dlls/msxml3/dispex.c
+++ b/dlls/msxml3/dispex.c
@@ -417,7 +417,7 @@ static HRESULT WINAPI DispatchEx_Invoke(IDispatchEx *iface, DISPID dispIdMember,
 {
     DispatchEx *This = impl_from_IDispatchEx(iface);
 
-    TRACE("(%p)->(%d %s %d %d %p %p %p %p)\n", This, dispIdMember, debugstr_guid(riid),
+    TRACE("(%p)->(%x %s %x %x %p %p %p %p)\n", This, dispIdMember, debugstr_guid(riid),
           lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
 
     return IDispatchEx_InvokeEx(&This->IDispatchEx_iface, dispIdMember, lcid, wFlags,




More information about the wine-cvs mailing list