mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:53:05 +00:00
minor changes
svn path=/trunk/; revision=539
This commit is contained in:
parent
31268dc661
commit
b5118cc48f
1 changed files with 5 additions and 1 deletions
|
@ -141,6 +141,7 @@ int ExecuteProcess(char* name, char* cmdline, BOOL detached)
|
||||||
\thThread = %08X\n\
|
\thThread = %08X\n\
|
||||||
\tPID = %d\n\
|
\tPID = %d\n\
|
||||||
\tTID = %d\n\n",
|
\tTID = %d\n\n",
|
||||||
|
name,
|
||||||
ProcessInformation.hProcess,
|
ProcessInformation.hProcess,
|
||||||
ProcessInformation.hThread,
|
ProcessInformation.hThread,
|
||||||
ProcessInformation.dwProcessId,
|
ProcessInformation.dwProcessId,
|
||||||
|
@ -149,7 +150,10 @@ int ExecuteProcess(char* name, char* cmdline, BOOL detached)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
debug_printf("Could not detach %s\n");
|
debug_printf(
|
||||||
|
"Could not detach %s\n",
|
||||||
|
name
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue