diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp index 9cdbe76719..f9bf565ecc 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp +++ b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp @@ -296,12 +296,12 @@ void CUCode_Zelda::MixAddVoice(ZeldaVoicePB &PB, s32* _LeftBuffer, s32* _RightBu case 0x0008: case 0x0020: case 0x0021: - WARN_LOG(DSPLLE, "Unimplemented MixAddVoice format in zelda %04x", PB.Format); + WARN_LOG(DSPHLE, "Unimplemented MixAddVoice format in zelda %04x", PB.Format); break; default: // TODO: Implement general decoder here - ERROR_LOG(DSPLLE, "Unknown MixAddVoice format in zelda %04x", PB.Format); + ERROR_LOG(DSPHLE, "Unknown MixAddVoice format in zelda %04x", PB.Format); break; }