Lower log from warning to debug

This commit is contained in:
Lander Gallastegi 2025-05-26 22:00:01 +02:00 committed by Lander Gallastegi
parent d3f2aedb1e
commit 20b9e8c459

View File

@ -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;
}