Skip to content
Permalink
Browse files
Merge pull request #9264 from leoetlino/fix-fmt-log
DSP: Fix one DEBUG_LOG call
  • Loading branch information
lioncash committed Nov 20, 2020
2 parents 419dfe4 + 88cc1b7 commit 7f5cecf
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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:

0 comments on commit 7f5cecf

Please sign in to comment.