minor changes

svn path=/trunk/; revision=539
This commit is contained in:
Emanuele Aliberti 1999-06-06 20:35:26 +00:00
parent 31268dc661
commit b5118cc48f

View file

@ -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