From: Michael Stefaniuc Subject: dmime: Use debugstr_guid() to trace a REFIID. Message-Id: <20160726084303.GB10259@redhat.com> Date: Tue, 26 Jul 2016 10:43:03 +0200 Signed-off-by: Michael Stefaniuc --- 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