Merge pull request #4470 from aldelaro5/fix-slowdown-logs
Change the patch engine log to be debug level log
This commit is contained in:
commit
11243ac358
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue