winealsa.drv: Use debugstr_guid() to trace a guid. (2nd try)

Andrew Eikum aeikum at codeweavers.com
Mon Aug 8 07:50:30 CDT 2016


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>

On Sun, Aug 07, 2016 at 10:10:15PM +0200, Michael Stefaniuc wrote:
> Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
> ---
> Changed the format specifier too.
> 
> 
>  dlls/winealsa.drv/mmdevdrv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/winealsa.drv/mmdevdrv.c b/dlls/winealsa.drv/mmdevdrv.c
> index 14eac39..2ecb111 100644
> --- a/dlls/winealsa.drv/mmdevdrv.c
> +++ b/dlls/winealsa.drv/mmdevdrv.c
> @@ -3390,7 +3390,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");
> -- 
> 2.7.4
> 
> 



More information about the wine-patches mailing list