nghttpx: Log when worker process exits

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-25 00:11:35 +09:00
parent 913b95336b
commit 0b32df94a5
1 changed files with 2 additions and 0 deletions

View File

@ -713,6 +713,8 @@ pid_t fork_worker_process(SignalServer *ssv) {
_Exit(EXIT_FAILURE);
}
LOG(NOTICE) << "Worker process shutting down momentarily";
_Exit(EXIT_SUCCESS);
}