From 7f131a9045a4b8e37b7a440807aa252bb165c573 Mon Sep 17 00:00:00 2001 From: nakeee Date: Thu, 9 Jul 2009 16:53:09 +0000 Subject: [PATCH] fixing a silly typo git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3728 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_DSP_LLE/Src/DSPSymbols.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/DSPSymbols.cpp b/Source/Plugins/Plugin_DSP_LLE/Src/DSPSymbols.cpp index 2b583f4f68..585f3dbe35 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/DSPSymbols.cpp +++ b/Source/Plugins/Plugin_DSP_LLE/Src/DSPSymbols.cpp @@ -221,7 +221,7 @@ bool ReadAnnotatedAssembly(const char *filename) // Sanity check if (hex > last_addr + 3 || hex < last_addr - 3) { static int errors = 0; - ERROR_INFO(DSPLLE, "Got Insane Hex Digit %04x (%04x) from %s", hex, last_addr, line); + INFO_LOG(DSPLLE, "Got Insane Hex Digit %04x (%04x) from %s", hex, last_addr, line); errors++; if (errors > 10) {