From 3c3228b6ddaf912a61101f32a975f0478e6276c0 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 4 Aug 2010 11:46:49 +0000 Subject: [PATCH] I said DEBUG_LOG!! git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6047 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_GBA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_GBA.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_GBA.cpp index fd8e72c7bb..5b52611510 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_GBA.cpp +++ b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_GBA.cpp @@ -124,7 +124,7 @@ void CUCode_GBA::HandleMail(u32 _uMail) *(u32*)Memory_Get_Pointer(sec_params.dest_addr+4) = Common::swap32((x22 << 16) | x23); // Done! - WARN_LOG(DSPHLE, "\n%08x -> key %08x len %08x dest_addr %08x unk1 %08x unk2 %08x" + DEBUG_LOG(DSPHLE, "\n%08x -> key %08x len %08x dest_addr %08x unk1 %08x unk2 %08x" " 22 %04x 23 %04x", mramaddr, *(u32*)sec_params.key, sec_params.length, sec_params.dest_addr,