summaryrefslogtreecommitdiffstats
path: root/tools/ompipe.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-09-26 12:12:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-09-26 12:12:48 +0200
commit76b4c6547d5526a375ee217e2722a164c811c58c (patch)
treecbcca91a01d64106e3b26480d08c7e8766735d2b /tools/ompipe.c
parent0509f1404170c5aff7c9a154fbe882f4d067b1e4 (diff)
parentb26387e6b28630b8e5e3582039141ebf1c7455e3 (diff)
downloadrsyslog-76b4c6547d5526a375ee217e2722a164c811c58c.tar.gz
rsyslog-76b4c6547d5526a375ee217e2722a164c811c58c.tar.xz
rsyslog-76b4c6547d5526a375ee217e2722a164c811c58c.zip
Merge branch 'v5-stable' into beta
Conflicts: ChangeLog configure.ac doc/manual.html
Diffstat (limited to 'tools/ompipe.c')
-rw-r--r--tools/ompipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ompipe.c b/tools/ompipe.c
index 01695369..4bf166e2 100644
--- a/tools/ompipe.c
+++ b/tools/ompipe.c
@@ -217,7 +217,7 @@ CODESTARTparseSelectorAct
if(pData->fd < 0 ) {
pData->fd = -1;
DBGPRINTF("Error opening log pipe: %s\n", pData->f_fname);
- errmsg.LogError(0, RS_RET_NO_FILE_ACCESS, "Could no open output pipe '%s'", pData->f_fname);
+ errmsg.LogError(0, RS_RET_NO_FILE_ACCESS, "Could not open output pipe '%s'", pData->f_fname);
}
CODE_STD_FINALIZERparseSelectorAct
ENDparseSelectorAct