mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-02-17 19:19:16 +01:00
Fix typo in log message
This commit is contained in:
parent
5688fb7319
commit
87ee37d059
@ -222,7 +222,7 @@ static bool debugger_create_process(
|
||||
|
||||
if (!ok) {
|
||||
log_warning(
|
||||
"ERRPR: Failed to launch hooked EXE: %08x", (unsigned int) GetLastError());
|
||||
"ERROR: Failed to launch hooked EXE: %08x", (unsigned int) GetLastError());
|
||||
|
||||
free(cmd_line);
|
||||
|
||||
@ -592,4 +592,4 @@ void debugger_finit(bool failure)
|
||||
|
||||
CloseHandle(pi.hThread);
|
||||
CloseHandle(pi.hProcess);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user