From 5ff0a270cb411d423a78ed13604a5f2b25d4b289 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 8 May 2000 22:31:58 +0000 Subject: In non-debug mode, set default logging to syslog only, not stderr. --- sysdep/unix/log.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep/unix/log.c') diff --git a/sysdep/unix/log.c b/sysdep/unix/log.c index 4a4532a..f8b960a 100644 --- a/sysdep/unix/log.c +++ b/sysdep/unix/log.c @@ -157,6 +157,7 @@ log_init(int debug) static struct log_config lc_syslog = { mask: ~0 }; openlog("bird", LOG_CONS | LOG_NDELAY, LOG_DAEMON); add_tail(current_log_list, &lc_syslog.n); + return; } #endif -- cgit v1.2.3