dmime: Use debugstr_guid() to trace a REFIID.

Michael Stefaniuc mstefani at redhat.de
Tue Jul 26 03:43:03 CDT 2016


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---
 dlls/dmime/performance.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dmime/performance.c b/dlls/dmime/performance.c
index 8b5d3e2..d1befcf 100644
--- a/dlls/dmime/performance.c
+++ b/dlls/dmime/performance.c
@@ -1198,7 +1198,7 @@ HRESULT WINAPI create_dmperformance(REFIID lpcGUID, void **ppobj)
 {
 	IDirectMusicPerformance8Impl *obj;
 
-        TRACE("(%p,%p)\n", lpcGUID, ppobj);
+        TRACE("(%s, %p)\n", debugstr_guid(lpcGUID), ppobj);
 
 	obj = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(IDirectMusicPerformance8Impl));
         if (NULL == obj) {
-- 
2.4.11



More information about the wine-patches mailing list