[PATCH] shell32: Use debugstr_guid() in TRACE() message.

Andrey Gusev andrey.goosev at gmail.com
Thu Jul 21 03:51:25 CDT 2016


>From 6195774444f33aee04d56285888c85e1f7c064b1 Mon Sep 17 00:00:00 2001
Message-Id: <6195774444f33aee04d56285888c85e1f7c064b1.1469090958.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 21 Jul 2016 11:50:56 +0300
Subject: [PATCH] shell32: Use debugstr_guid() in TRACE() message.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/shell32/shellitem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/shellitem.c b/dlls/shell32/shellitem.c
index d688f17..8837c74 100644
--- a/dlls/shell32/shellitem.c
+++ b/dlls/shell32/shellitem.c
@@ -61,7 +61,7 @@ static HRESULT WINAPI
ShellItem_QueryInterface(IShellItem2 *iface, REFIID riid,
 {
     ShellItem *This = impl_from_IShellItem2(iface);

-    TRACE("(%p,%p,%p)\n", iface, riid, ppv);
+    TRACE("(%p,%s,%p)\n", iface, debugstr_guid(riid), ppv);

     if (!ppv) return E_INVALIDARG;

-- 
2.5.5



More information about the wine-patches mailing list