summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-07-05 10:52:43 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-07-05 10:52:43 +0000
commite270d57ca1634190a4d300c9f2e9c123833115d3 (patch)
treeca771c54f447375de0e5977dd30323ccb0fccc88
parent29976dd902982188dec55bbfa2281bce7ea1151c (diff)
downloadrsyslog-e270d57ca1634190a4d300c9f2e9c123833115d3.tar.gz
rsyslog-e270d57ca1634190a4d300c9f2e9c123833115d3.tar.xz
rsyslog-e270d57ca1634190a4d300c9f2e9c123833115d3.zip
forgot to remove a debugging aid - now done
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index 59880a4f..82762681 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -2173,7 +2173,7 @@ int main(argc, argv)
if ( Debug )
{
dprintf("Debugging disabled, SIGUSR1 to turn on debugging.\n");
- // TODO: ADD LATER: debugging_on = 0;
+ debugging_on = 0;
}
/*
* Send a signal to the parent to it can terminate.