Commit b7e066eb authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 6cf789cc
......@@ -3202,7 +3202,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");
......
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