summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-05 14:27:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-05 14:27:37 +0200
commit27678dc430ffc39ff1db774f47e5c367de4d3408 (patch)
treeaf4485a5a8fc8171732036017a576b345a0f4040 /plugins
parent1b1b6b85e66281939a31685254565845d8d192a0 (diff)
downloadrsyslog-27678dc430ffc39ff1db774f47e5c367de4d3408.tar.gz
rsyslog-27678dc430ffc39ff1db774f47e5c367de4d3408.tar.xz
rsyslog-27678dc430ffc39ff1db774f47e5c367de4d3408.zip
minor bug fixes
- doc for pmlastmsg and ruleset parsers were hard to read - pmrfc3164sd had wrong name
Diffstat (limited to 'plugins')
-rw-r--r--plugins/pmrfc3164sd/pmrfc3164sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pmrfc3164sd/pmrfc3164sd.c b/plugins/pmrfc3164sd/pmrfc3164sd.c
index bc439f3f..41a9252d 100644
--- a/plugins/pmrfc3164sd/pmrfc3164sd.c
+++ b/plugins/pmrfc3164sd/pmrfc3164sd.c
@@ -45,7 +45,7 @@
#include "unicode-helper.h"
MODULE_TYPE_PARSER
-PARSER_NAME("rsyslog.rfc3164sd")
+PARSER_NAME("contributed.rfc3164sd")
/* internal structures
*/