mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 18:05:59 +01:00
pluginapi: better wording for plugin function hook errors
This commit is contained in:
parent
b7e8110a30
commit
e75dafd8b2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue