Make the memcheck log INFO level.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6233 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2010-09-27 04:30:23 +00:00
parent 18be8ffa6e
commit 986939f31a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ void TMemCheck::Action(DebugInterface *debug_interface, u32 iValue, u32 addr, bo
{
if (Log)
{
DEBUG_LOG(MEMMAP, "CHK %08x %s%i %08x at %08x (%s)",
INFO_LOG(MEMMAP, "CHK %08x %s%i %08x at %08x (%s)",
debug_interface->getPC(),
write ? "Write" : "Read", size*8, iValue, addr, // address
debug_interface->getDescription(addr).c_str() // symbol map description