From 5de5166e44da181d042129585a2919550236a5a0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 25 Jun 2012 17:42:41 +0200 Subject: ompipe: fix copy&paste name errors --- tools/ompipe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/ompipe.c') 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); } } -- cgit