aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NSMem.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/NSMem.h')
-rw-r--r--NorthstarDLL/NSMem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/NorthstarDLL/NSMem.h b/NorthstarDLL/NSMem.h
index 3e633c6b..e28ccdf3 100644
--- a/NorthstarDLL/NSMem.h
+++ b/NorthstarDLL/NSMem.h
@@ -192,7 +192,8 @@ struct KHook
{
if (hook->Setup())
{
- spdlog::info("KHook hooked at {}", hook->targetFuncAddr);
+ //spdlog::info("KHook hooked at {}", hook->targetFuncAddr);
+ spdlog::info("KHOOK {} at {}", hook->targetFunc.pattern, hook->targetFuncAddr);
}
else
{