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

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


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

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



More information about the wine-patches mailing list