Commit 5e7c8928 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winecoreaudio.drv: Use debugstr_guid() to trace a guid.

parent b7e066eb
...@@ -2956,7 +2956,7 @@ static HRESULT WINAPI SimpleAudioVolume_SetMute(ISimpleAudioVolume *iface, ...@@ -2956,7 +2956,7 @@ static HRESULT WINAPI SimpleAudioVolume_SetMute(ISimpleAudioVolume *iface,
AudioSessionWrapper *This = impl_from_ISimpleAudioVolume(iface); AudioSessionWrapper *This = impl_from_ISimpleAudioVolume(iface);
AudioSession *session = This->session; AudioSession *session = This->session;
TRACE("(%p)->(%u, %p)\n", session, mute, context); TRACE("(%p)->(%u, %s)\n", session, mute, debugstr_guid(context));
if(context) if(context)
FIXME("Notifications not supported yet\n"); FIXME("Notifications not supported yet\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment