diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-18 09:07:39 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-18 09:07:39 +0100 |
commit | 2ef0e994de76650e2e9da79e4fcd955d2af24930 (patch) | |
tree | d91818b6652ee0aa0535ae3ae4490c254bdaab90 | |
parent | 6b0e4a44229d12d0ccf7b08eceeeb361d781f241 (diff) | |
download | rsyslog-2ef0e994de76650e2e9da79e4fcd955d2af24930.tar.gz rsyslog-2ef0e994de76650e2e9da79e4fcd955d2af24930.tar.bz2 rsyslog-2ef0e994de76650e2e9da79e4fcd955d2af24930.zip |
add some better debug information to impstats
-rw-r--r-- | plugins/impstats/impstats.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/impstats/impstats.c b/plugins/impstats/impstats.c index 62599969..1ba4548f 100644 --- a/plugins/impstats/impstats.c +++ b/plugins/impstats/impstats.c @@ -139,6 +139,8 @@ doSubmitMsg(uchar *line) pMsg->msgFlags = 0; submitMsg(pMsg); + DBGPRINTF("impstats: submit [%d,%d] msg '%s'\n", runModConf->iFacility, + runModConf->iSeverity, line); finalize_it: RETiRet; |