mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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\
|
||||
\tPID = %d\n\
|
||||
\tTID = %d\n\n",
|
||||
name,
|
||||
ProcessInformation.hProcess,
|
||||
ProcessInformation.hThread,
|
||||
ProcessInformation.dwProcessId,
|
||||
|
@ -149,7 +150,10 @@ int ExecuteProcess(char* name, char* cmdline, BOOL detached)
|
|||
}
|
||||
else
|
||||
{
|
||||
debug_printf("Could not detach %s\n");
|
||||
debug_printf(
|
||||
"Could not detach %s\n",
|
||||
name
|
||||
);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue