- print success message to stdout (for discarding it from initscripts)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2196 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
f08ffad238
commit
00e5a032d6
|
@ -202,7 +202,7 @@ int fcgi_spawn_connection(char *appPath, char **appArgv, char *addr, unsigned sh
|
|||
|
||||
switch (waitpid(child, &status, WNOHANG)) {
|
||||
case 0:
|
||||
fprintf(stderr, "%s.%d: child spawned successfully: PID: %d\n",
|
||||
fprintf(stdout, "%s.%d: child spawned successfully: PID: %d\n",
|
||||
__FILE__, __LINE__,
|
||||
child);
|
||||
|
||||
|
|
Loading…
Reference in New Issue