Module: wine Branch: master Commit: ae7571a5bbe4d9cd8aa409d357ef7aefd0172ab2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ae7571a5bbe4d9cd8aa409d357...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Wed Sep 20 13:45:38 2017 +0100
ole32: Trace clsid in IStorage::SetClass.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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;