Merge pull request #9264 from leoetlino/fix-fmt-log

DSP: Fix one DEBUG_LOG call
This commit is contained in:
LC 2020-11-20 10:21:48 -05:00 committed by GitHub
commit 7f5cecf7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ void gdsp_ifx_write(u32 addr, u16 val)
case DSP_GAIN:
if (val != 0)
{
DEBUG_LOG(DSPLLE, "Gain Written: {:#06x}", val);
DEBUG_LOG_FMT(DSPLLE, "Gain Written: {:#06x}", val);
}
[[fallthrough]];
case DSP_DSPA: