summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/log.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-01 00:28:36 +0200
committerMartin Mares <mj@ucw.cz>2000-06-01 00:28:36 +0200
commit2f5e5ff9d6e91e7a3e478b316d6b2d23003ad80e (patch)
tree81516aecc28b357ae205c5e71702ec67d9befb36 /sysdep/unix/log.c
parentc184d9d0bdded559fb9d19accd17b88963e46669 (diff)
downloadbird-2f5e5ff9d6e91e7a3e478b316d6b2d23003ad80e.tar
bird-2f5e5ff9d6e91e7a3e478b316d6b2d23003ad80e.zip
Before configuration file is read, log to _both_ syslog and stderr.
Diffstat (limited to 'sysdep/unix/log.c')
-rw-r--r--sysdep/unix/log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdep/unix/log.c b/sysdep/unix/log.c
index f8b960a..4a4532a 100644
--- a/sysdep/unix/log.c
+++ b/sysdep/unix/log.c
@@ -157,7 +157,6 @@ 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