From 62e727c9471d29d3ee7572bb74c1b44ffaaca062 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 1 Aug 2005 13:47:30 +0000 Subject: close to 0.9.5 - multiple instances are supported now --- syslogd.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index 7b9bc857..3c16ce16 100644 --- a/syslogd.c +++ b/syslogd.c @@ -2412,8 +2412,11 @@ int main(argc, argv) if ( Debug ) { dprintf("Debugging disabled, SIGUSR1 to turn on debugging.\n"); - /* DEBUG-AID/RELEASE: comment out line below if you need that */ - debugging_on = 1; + /* DEBUG-AID/RELEASE: value 0 below should be used for + * release. Value 1 might be used if you would like to keep debug + * mode enabled during testing. + */ + debugging_on = 0; } /* * Send a signal to the parent to it can terminate. -- cgit