nghttpx: Log when worker process exits
This commit is contained in:
parent
913b95336b
commit
0b32df94a5
|
@ -713,6 +713,8 @@ pid_t fork_worker_process(SignalServer *ssv) {
|
||||||
_Exit(EXIT_FAILURE);
|
_Exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOG(NOTICE) << "Worker process shutting down momentarily";
|
||||||
|
|
||||||
_Exit(EXIT_SUCCESS);
|
_Exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue