mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 19:44:57 +00:00
Lower log from warning to debug
This commit is contained in:
parent
d3f2aedb1e
commit
20b9e8c459
@ -103,7 +103,7 @@ static bool SrtWalkerSignalHandler(void* context, void* fault_address) {
|
||||
// Fill nops
|
||||
memset(code_patch + patch_size, 0x90, len - patch_size);
|
||||
|
||||
LOG_WARNING(Render_Recompiler, "Patched SRT walker at {}", code);
|
||||
LOG_DEBUG(Render_Recompiler, "Patched SRT walker at {}", code);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user