aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/hooks.cpp
diff options
context:
space:
mode:
authorKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-03-27 10:54:09 +0200
committerGitHub <noreply@github.com>2022-03-27 10:54:09 +0200
commitf1a8ce9337ce84f25fc1a78458f43377c7b36f4d (patch)
treebb5ea746c277f6b6c720deac8e6dadcd682440f7 /NorthstarDedicatedTest/hooks.cpp
parentb5405b462656b83a37bf1eb41b049b0913980a13 (diff)
parent379cbc8bc251307777a14b901e5617e834398485 (diff)
downloadNorthstarLauncher-f1a8ce9337ce84f25fc1a78458f43377c7b36f4d.tar.gz
NorthstarLauncher-f1a8ce9337ce84f25fc1a78458f43377c7b36f4d.zip
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/hooks.cpp')
-rw-r--r--NorthstarDedicatedTest/hooks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/hooks.cpp b/NorthstarDedicatedTest/hooks.cpp
index 4c403872..055fe4df 100644
--- a/NorthstarDedicatedTest/hooks.cpp
+++ b/NorthstarDedicatedTest/hooks.cpp
@@ -36,7 +36,7 @@ LoadLibraryWType LoadLibraryWOriginal;
void InstallInitialHooks()
{
if (MH_Initialize() != MH_OK)
- spdlog::error("MH_Initialize failed");
+ spdlog::error("MH_Initialize (minhook initialization) failed");
HookEnabler hook;
ENABLER_CREATEHOOK(hook, &GetCommandLineA, &GetCommandLineAHook, reinterpret_cast<LPVOID*>(&GetCommandLineAOriginal));