diff --git a/src/plugins/HookSystem.cpp b/src/plugins/HookSystem.cpp index abce7a3e..d0a3aeee 100644 --- a/src/plugins/HookSystem.cpp +++ b/src/plugins/HookSystem.cpp @@ -150,7 +150,7 @@ bool CFunctionHook::hook() { const auto PROBEFIXEDASM = fixInstructionProbeRIPCalls(probe); 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; }