Dmitry Timoshkov : ole32: Trace clsid in IStorage::SetClass.

Alexandre Julliard julliard at winehq.org
Wed Sep 20 15:10:23 CDT 2017


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

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Wed Sep 20 13:45:38 2017 +0100

ole32: Trace clsid in IStorage::SetClass.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/ole32/storage32.c b/dlls/ole32/storage32.c
index 2bc9d3d..2da7a99 100644
--- a/dlls/ole32/storage32.c
+++ b/dlls/ole32/storage32.c
@@ -2085,7 +2085,7 @@ static HRESULT WINAPI StorageBaseImpl_SetClass(
   HRESULT hRes;
   DirEntry currentEntry;
 
-  TRACE("(%p, %p)\n", iface, clsid);
+  TRACE("(%p, %s)\n", iface, wine_dbgstr_guid(clsid));
 
   if (This->reverted)
     return STG_E_REVERTED;




More information about the wine-cvs mailing list