Fix typo in log message

This commit is contained in:
icex2
2021-05-02 10:39:55 +00:00
parent c3453adc42
commit a89b7bbc1f
+2 -2
View File
@@ -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);
}
}