[APU] Fixed crash in error message caused by invalid arguments number

This commit is contained in:
Gliniak 2022-12-13 11:02:59 +01:00
parent 97fdf9c6dd
commit 16580f5fae
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ void XmaContext::Decode(XMA_CONTEXT_DATA* data) {
if (split_frame_len_partial_ > split_frame_len_) {
XELOGAPU(
"XmaContext {}: Error - Invalid split frame lengths {}! "
"XmaContext {}: Error - Invalid split frame lengths! "
"frame_length: {} "
"partial_length: {}",
id(), split_frame_len_, split_frame_len_partial_);