From 37839b5417742831aa532af8d0fe2b89f56ff4c0 Mon Sep 17 00:00:00 2001 From: Kenneth G Raeburn Date: Sun, 16 Dec 1990 07:55:47 +0000 Subject: Always log "ready for action" message. --- server/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/main.c') diff --git a/server/main.c b/server/main.c index fa8751f..44e8d24 100644 --- a/server/main.c +++ b/server/main.c @@ -230,11 +230,11 @@ main(int argc, char **argv) #define SIG_IGN SignalIgnore #endif (void) signal(SIGINT, SIG_IGN); - syslog(LOG_INFO, "Ready for action"); #else (void) signal(SIGINT, bye); (void) signal(SIGTERM, bye); -#endif DEBUG +#endif + syslog(LOG_INFO, "Ready for action"); (void) signal(SIGUSR1, dbug_on); (void) signal(SIGUSR2, dbug_off); (void) signal(SIGCHLD, reap); -- cgit v1.2.3