Fixed format debug message.

This commit is contained in:
Armin Novak 2018-09-25 15:53:35 +02:00
parent 0560832b5f
commit a83c805ade
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ static BOOL rdpsnd_mac_set_format(rdpsndDevicePlugin* device, const AUDIO_FORMAT
return FALSE;
}
audio_format_print(format);
audio_format_print(WLog_Get(TAG), WLOG_DEBUG, format);
return TRUE;
}