summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-01-26 12:23:53 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-01-26 12:23:53 +0100
commit855f3492382cf59722b96813b25f68b034802157 (patch)
tree8ef0ccc51949cdc5d3805ed3bb5eed4b09e80089 /tools
parentb88c4885b4d2e7d6a4788c796a2f6c21eb0f43fc (diff)
parent7f4972b9fa132c7e5c8077f58e3e2845326884af (diff)
downloadrsyslog-855f3492382cf59722b96813b25f68b034802157.tar.gz
rsyslog-855f3492382cf59722b96813b25f68b034802157.tar.xz
rsyslog-855f3492382cf59722b96813b25f68b034802157.zip
Merge branch 'beta'
Diffstat (limited to 'tools')
-rw-r--r--tools/syslogd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 1f7a29a6..967401d2 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -2506,6 +2506,7 @@ int realMain(int argc, char **argv)
iCompatibilityMode = atoi(optarg);
break;
case 'd': /* debug - must be handled now, so that debug is active during init! */
+ debugging_on = 1;
Debug = 1;
break;
case 'e': /* log every message (no repeat message supression) */