mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Print a message when running a process
This commit is contained in:
@@ -422,6 +422,8 @@ static PROCESS_INFORMATION RunProcess(const char *app, const char *workingDir, c
|
||||
wcscat_s(paramsAlloc, len, wcmd.c_str());
|
||||
}
|
||||
|
||||
RDCLOG("Running process %s", app);
|
||||
|
||||
BOOL retValue = CreateProcessW(NULL, paramsAlloc, &pSec, &tSec, false,
|
||||
CREATE_SUSPENDED | CREATE_UNICODE_ENVIRONMENT, NULL,
|
||||
workdir.c_str(), &si, &pi);
|
||||
|
||||
Reference in New Issue
Block a user