From 3cba9afe7944fde767bbfae260ec6168b23e726c Mon Sep 17 00:00:00 2001 From: Marko Pusljar Date: Fri, 14 Jan 2011 12:08:45 +0000 Subject: dsp cleaning git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6846 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DSPCore/Src/DSPHWInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DSPCore/Src/DSPHWInterface.cpp') diff --git a/Source/Core/DSPCore/Src/DSPHWInterface.cpp b/Source/Core/DSPCore/Src/DSPHWInterface.cpp index eb1f22da72..aea0aa70fd 100644 --- a/Source/Core/DSPCore/Src/DSPHWInterface.cpp +++ b/Source/Core/DSPCore/Src/DSPHWInterface.cpp @@ -136,7 +136,7 @@ void gdsp_ifx_write(u32 addr, u32 val) if (val & 0x1) DSPHost_InterruptRequest(); else - WARN_LOG(DSPLLE, "Unknown Interrupt Request pc=%04x (%04x)", g_dsp.pc, val); + INFO_LOG(DSPLLE, "Unknown Interrupt Request pc=%04x (%04x)", g_dsp.pc, val); break; case DSP_DMBH: -- cgit v1.2.3