summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
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");
}
}