summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-16 06:02:04 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-16 06:02:04 +0000
commit3ec8bd2bba788f7a52e3d4dcc7d4a9a64ba6e0c1 (patch)
treed6ea8e4806bf94bc2886ba2d78b6bc35006f670a /syslogd.c
parent4de9b4e0334d1bc9f515176e2ae93e84a1f1091c (diff)
downloadrsyslog-3ec8bd2bba788f7a52e3d4dcc7d4a9a64ba6e0c1.tar.gz
rsyslog-3ec8bd2bba788f7a52e3d4dcc7d4a9a64ba6e0c1.tar.xz
rsyslog-3ec8bd2bba788f7a52e3d4dcc7d4a9a64ba6e0c1.zip
renamed $RepeatedLineReduction to $RepeatedMsgReduction
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/syslogd.c b/syslogd.c
index ef6db26b..aefefbab 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -7268,7 +7268,7 @@ void cfsysline(uchar *p)
doFileCreateModeUmaskLine(&p, DIR_UMASK);
} else if(!strcasecmp((char*) szCmd, "dynafilecachesize")) {
doDynaFileCacheSizeLine(&p, DIR_DYNAFILECACHESIZE);
- } else if(!strcasecmp((char*) szCmd, "repeatedlinereduction")) {
+ } else if(!strcasecmp((char*) szCmd, "repeatedmsgreduction")) {
doBinaryOptionLine(&p, &bReduceRepeatMsgs);
} else if(!strcasecmp((char*) szCmd, "escapecontrolcharactersonreceive")) {
doBinaryOptionLine(&p, &bEscapeCCOnRcv);
@@ -7632,7 +7632,7 @@ static void init()
break;
}
if(f->f_ReduceRepeated)
- printf(" [RepeatedLineReduction]");
+ printf(" [RepeatedMsgReduction]");
printf("\n");
}
}