diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-24 11:09:37 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-24 11:09:37 +0200 |
commit | d0cefac7a766d0f02ca76fcaeb6cfbace695b925 (patch) | |
tree | 70f182c97f2fac3cb3b02e56c409c916c4adb8b3 /tools/syslogd.c | |
parent | 2f68d5f0d8a5c3ffef6bf52f27abc726ad27d764 (diff) | |
download | rsyslog-d0cefac7a766d0f02ca76fcaeb6cfbace695b925.tar.gz rsyslog-d0cefac7a766d0f02ca76fcaeb6cfbace695b925.tar.bz2 rsyslog-d0cefac7a766d0f02ca76fcaeb6cfbace695b925.zip |
cleanup
Diffstat (limited to 'tools/syslogd.c')
-rw-r--r-- | tools/syslogd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index 77adb2cb..fe1205dd 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -567,7 +567,6 @@ msgConsumer(void __attribute__((unused)) *notNeeded, batch_t *pBatch, int *pbShu assert(pBatch != NULL); pBatch->pbShutdownImmediate = pbShutdownImmediate; /* TODO: move this to batch creation! */ preprocessBatch(pBatch); -dbgprintf("DDDD: batches ShutdownImmediate is %p\n", pBatch->pbShutdownImmediate); ruleset.ProcessBatch(pBatch); //TODO: the BATCH_STATE_COMM must be set somewhere down the road, but we //do not have this yet and so we emulate -- 2010-06-10 |