[syslog-ng] Incorrect message: SIGTERM received
Balazs Scheidler
bazsi at balabit.hu
Mon Mar 5 12:22:26 CET 2007
On Mon, 2007-02-26 at 03:26 +0000, Bryan Henderson wrote:
> If you send a SIGINT signal to Syslog-ng, it issues the message
>
> SIGTERM received, terminating
>
> Looking at the code, it uses the same code for both SIGTERM and SIGINT.
> I suggest the message be reworded as
>
> SIGTERM or SIGINT received, terminating
Fixed this with a less technical explanation:
msg_notice("Termination requested via signal, terminating",
NULL);
This covers both cases.
--
Bazsi
More information about the syslog-ng
mailing list