mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-11 02:01:53 -07:00
pluginapi: better wording for plugin function hook errors
This commit is contained in:
@@ -150,7 +150,7 @@ bool CFunctionHook::hook() {
|
|||||||
const auto PROBEFIXEDASM = fixInstructionProbeRIPCalls(probe);
|
const auto PROBEFIXEDASM = fixInstructionProbeRIPCalls(probe);
|
||||||
|
|
||||||
if (PROBEFIXEDASM.bytes.size() == 0) {
|
if (PROBEFIXEDASM.bytes.size() == 0) {
|
||||||
Debug::log(ERR, "[functionhook] failed, unsupported assembly:\n{}", probe.assembly);
|
Debug::log(ERR, "[functionhook] failed, unsupported asm / failed assembling:\n{}", probe.assembly);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user