summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-08-01 13:47:30 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-08-01 13:47:30 +0000
commit62e727c9471d29d3ee7572bb74c1b44ffaaca062 (patch)
tree3b6afb1ca61efdb1ce05e621370898df364e5dcb /syslogd.c
parent608b84c859da9f8b1bc2a22236a8db5d5017ee14 (diff)
downloadrsyslog-62e727c9471d29d3ee7572bb74c1b44ffaaca062.tar.gz
rsyslog-62e727c9471d29d3ee7572bb74c1b44ffaaca062.tar.xz
rsyslog-62e727c9471d29d3ee7572bb74c1b44ffaaca062.zip
close to 0.9.5 - multiple instances are supported now
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c7
1 files changed, 5 insertions, 2 deletions
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.