ipc hle: re-comment a warning that was annoying people

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5227 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2010-03-24 03:02:24 +00:00
parent 6481b3d899
commit ed403c270c
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ void ExecuteCommand(u32 _Address)
} }
else else
{ {
ERROR_LOG(WII_IPC_HLE, "<<-- Failed or Not Ready to Reply to IPC Request @ 0x%08x ", _Address); //DEBUG_LOG(WII_IPC_HLE, "<<-- Failed or Not Ready to Reply to IPC Request @ 0x%08x ", _Address);
} }
} }