From e8dcf9d4cf078a8cc8dd647000db737fc8a020b7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 9 Apr 1999 02:29:09 +0000 Subject: fixeds for the case where /dev/log exists at boot --- src/initlog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/initlog.h') diff --git a/src/initlog.h b/src/initlog.h index 20f64d1d..94f467bf 100644 --- a/src/initlog.h +++ b/src/initlog.h @@ -15,4 +15,6 @@ char *getLine(char **data); int logString(char *cmd, char *string); int processArgs(int argc, char **argv, int silent); +#define DDEBUG if (debug) printf + #endif -- cgit