Re: [PATCH 1/2] daemon: send more error messages to the syslog
From: Junio C Hamano <hidden> Date: 2016-06-15 22:44:17
Johannes Sixt [off-list ref] writes:
There were a number of die() calls before the syslog was opened; hence,
these error messages would have been sent to /dev/null in detached mode.
Now we install the daemon-specific die routine before any error message is
generated so that these messages go to the syslog.