From f9eb8f7e066970d56a814128fd49170348a7fbd8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 19 Jun 2000 23:50:02 +0000 Subject: If compiled with --enable-debug, don't even try to log to syslog unless the user forces it in the config file. --- sysdep/unix/unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep/unix/unix.h') diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index bb4d063..da06345 100644 --- a/sysdep/unix/unix.h +++ b/sysdep/unix/unix.h @@ -55,7 +55,7 @@ void krt_io_init(void); 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 *); +void log_switch(int debug, struct list *); struct log_config { node n; -- cgit v1.2.3