Skip to content

Commit

Permalink
Merge pull request #4470 from aldelaro5/fix-slowdown-logs
Browse files Browse the repository at this point in the history
Change the patch engine log to be debug level log
  • Loading branch information
Helios747 committed Nov 24, 2016
2 parents 9bfea4a + c6b3c67 commit 11243ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PatchEngine.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 11243ac

Please sign in to comment.