summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-25 17:42:41 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-25 17:42:41 +0200
commit5de5166e44da181d042129585a2919550236a5a0 (patch)
tree2ceb8673bcfc7371c4a6149b5d7ef5b132a30035
parent87002e246d9f9978787acb96e0ede97819985fb6 (diff)
downloadrsyslog-5de5166e44da181d042129585a2919550236a5a0.tar.gz
rsyslog-5de5166e44da181d042129585a2919550236a5a0.tar.xz
rsyslog-5de5166e44da181d042129585a2919550236a5a0.zip
ompipe: fix copy&paste name errors
-rw-r--r--tools/ompipe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ompipe.c b/tools/ompipe.c
index b774b60f..d293114f 100644
--- a/tools/ompipe.c
+++ b/tools/ompipe.c
@@ -225,7 +225,7 @@ CODESTARTsetModCnf
}
if(Debug) {
- dbgprintf("module (global) param blk for omfile:\n");
+ dbgprintf("module (global) param blk for ompipe:\n");
cnfparamsPrint(&modpblk, pvals);
}
@@ -235,12 +235,12 @@ CODESTARTsetModCnf
if(!strcmp(modpblk.descr[i].name, "template")) {
loadModConf->tplName = (uchar*)es_str2cstr(pvals[i].val.d.estr, NULL);
if(pszFileDfltTplName != NULL) {
- errmsg.LogError(0, RS_RET_DUP_PARAM, "omfile: warning: default template "
+ errmsg.LogError(0, RS_RET_DUP_PARAM, "ompipe: warning: default template "
"was already set via legacy directive - may lead to inconsistent "
"results.");
}
} else {
- dbgprintf("omfile: program error, non-handled "
+ dbgprintf("ompipe: program error, non-handled "
"param '%s' in beginCnfLoad\n", modpblk.descr[i].name);
}
}