From 5e7c8928115bab45b22054766e6efccefb060d0e Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Sun, 7 Aug 2016 22:13:46 +0200 Subject: [PATCH] winecoreaudio.drv: Use debugstr_guid() to trace a guid. Signed-off-by: Michael Stefaniuc Signed-off-by: Andrew Eikum Signed-off-by: Alexandre Julliard --- dlls/winecoreaudio.drv/mmdevdrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winecoreaudio.drv/mmdevdrv.c b/dlls/winecoreaudio.drv/mmdevdrv.c index 8316d650636..c362a5142ff 100644 --- a/dlls/winecoreaudio.drv/mmdevdrv.c +++ b/dlls/winecoreaudio.drv/mmdevdrv.c @@ -2956,7 +2956,7 @@ static HRESULT WINAPI SimpleAudioVolume_SetMute(ISimpleAudioVolume *iface, AudioSessionWrapper *This = impl_from_ISimpleAudioVolume(iface); AudioSession *session = This->session; - TRACE("(%p)->(%u, %p)\n", session, mute, context); + TRACE("(%p)->(%u, %s)\n", session, mute, debugstr_guid(context)); if(context) FIXME("Notifications not supported yet\n");