Merge pull request #4470 from aldelaro5/fix-slowdown-logs

Change the patch engine log to be debug level log
This commit is contained in:
Anthony 2016-11-24 16:25:53 -06:00 committed by GitHub
commit 11243ac358
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ bool ApplyFramePatches()
UReg_MSR msr = MSR;
if (!msr.DR || !msr.IR || !IsStackSane())
{
INFO_LOG(
DEBUG_LOG(
ACTIONREPLAY,
"Need to retry later. CPU configuration is currently incorrect. PC = 0x%08X, MSR = 0x%08X",
PC, MSR);