mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
remove unnecessassary log line in createprocess
This commit is contained in:
@@ -252,7 +252,7 @@ BOOL my_CreateProcessW(
|
||||
continue;
|
||||
}
|
||||
|
||||
dprintf("CreateProcess: Hooking child process %S %S\n", lpApplicationName, lpCommandLine);
|
||||
//dprintf("CreateProcess: Hooking child process %S %S\n", lpApplicationName, lpCommandLine);
|
||||
wchar_t new_cmd[MAX_PATH] = {0};
|
||||
wcscat_s(new_cmd, MAX_PATH, process_syms_w[i].head);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user