diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-23 14:50:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-23 14:50:03 +0200 |
commit | b50d13a6a97c0b6fa14807775ae0edf52ef015fb (patch) | |
tree | 86817355dc2631e21b7b4e2977ecbbf9007537cd /tools | |
parent | 6181156b1c42825bac892d3e1284dcb2d4fcf5d3 (diff) | |
download | rsyslog-b50d13a6a97c0b6fa14807775ae0edf52ef015fb.tar.gz rsyslog-b50d13a6a97c0b6fa14807775ae0edf52ef015fb.tar.xz rsyslog-b50d13a6a97c0b6fa14807775ae0edf52ef015fb.zip |
restored repeated message reduction processing
Diffstat (limited to 'tools')
-rw-r--r-- | tools/syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index ed826fc1..178ad455 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -1469,6 +1469,7 @@ DEFFUNC_llExecFunc(flushRptdMsgsActions) assert(pAction != NULL); BEGINfunc +RUNLOG_VAR("%p", pAction); LockObj(pAction); /* TODO: time() performance: the call below could be moved to * the beginn of the llExec(). This makes it slightly less correct, but |