diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-09 07:32:57 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-09 07:32:57 +0000 |
commit | 5ddf4a58f9c4173acefa1df92ccd3da90230a863 (patch) | |
tree | 43cb4a1b565c3d5edc9727f0e49bf5a24541fa5b /sysdep/unix/unix.h | |
parent | 0b3bf4b1d898b4e438fe4959a63fc16211baff12 (diff) |
During initialization, log to both syslog and stderr. When a configuration
file has been read and it doesn't specify any logging, log to syslog only
(if syslog is not available, then stderr).
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r-- | sysdep/unix/unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index 68850bcc..5da925c4 100644 --- a/sysdep/unix/unix.h +++ b/sysdep/unix/unix.h @@ -49,7 +49,7 @@ void krt_io_init(void); /* log.c */ -void log_init(int debug); +void log_init(int debug, int init); void log_init_debug(char *); /* Initialize debug dump to given file (NULL=stderr, ""=off) */ void log_switch(struct list *); |