mirror of https://github.com/FreeRDP/FreeRDP
Fixed format debug message.
This commit is contained in:
parent
0560832b5f
commit
a83c805ade
|
@ -109,7 +109,7 @@ static BOOL rdpsnd_mac_set_format(rdpsndDevicePlugin* device, const AUDIO_FORMAT
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
audio_format_print(format);
|
audio_format_print(WLog_Get(TAG), WLOG_DEBUG, format);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue