summaryrefslogtreecommitdiff
path: root/inject
diff options
context:
space:
mode:
Diffstat (limited to 'inject')
-rw-r--r--inject/inject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inject/inject.h b/inject/inject.h
index 7185c83e..a293b5ce 100644
--- a/inject/inject.h
+++ b/inject/inject.h
@@ -244,7 +244,8 @@ injectDll(HANDLE hProcess, const char *szDllPath)
GetExitCodeThread(hThread, &hModule);
if (!hModule) {
- debugPrintf("inject: error: failed to load %s into the remote process\n", szDllPath);
+ debugPrintf("inject: error: failed to load %s into the remote process %lu\n",
+ szDllPath, GetProcessId(hProcess));
} else {
bRet = TRUE;
}