Improve "caught Terminated" output.

This commit is contained in:
Emil Mikulic 2011-04-17 17:34:14 +10:00
parent 7faf2787e4
commit b6df049c49

View File

@ -2371,7 +2371,7 @@ static void pidfile_create(void) {
/* Close all sockets and FILEs and exit. */
static void stop_running(int sig) {
running = 0;
fprintf(stderr, "\ncaught %s, stopping\n", strsignal(sig));
fprintf(stderr, "\ncaught signal %s, stopping\n", strsignal(sig));
}
/* Execution starts here. */