diff options
-rw-r--r-- | utils/statd/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/statd/log.c b/utils/statd/log.c index 408807e..bf2a926 100644 --- a/utils/statd/log.c +++ b/utils/statd/log.c @@ -29,7 +29,9 @@ static pid_t mypid; /* Turns on logging to console/stderr. */ +#if 0 static int opt_debug = 0; /* Will be command-line option, eventually */ +#endif void log_init() { |