summaryrefslogtreecommitdiffstats
path: root/tools/ompipe.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-09-22 12:20:27 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-09-22 12:20:27 +0200
commit6d3cc9e406d3316300eaf537a1aa562e95499d70 (patch)
tree65bd1a0fcdf13cc324b2949b1ef9be22e8f6569f /tools/ompipe.c
parentd023d12bf9d3afa1957ad6bcb2c6e24dee2c22e9 (diff)
parent086db18cc304c9aff082e8ee4adfdadeacfa5c39 (diff)
downloadrsyslog-6d3cc9e406d3316300eaf537a1aa562e95499d70.tar.gz
rsyslog-6d3cc9e406d3316300eaf537a1aa562e95499d70.tar.xz
rsyslog-6d3cc9e406d3316300eaf537a1aa562e95499d70.zip
Merge branch 'v4-stable' into v5-stable
NOTE: this merge has problems, to be fixed with follow-up commits If file creation fails due to out of memory, we can enter a tight loop. Conflicts: ChangeLog configure.ac doc/manual.html runtime/parser.c runtime/rsyslog.h tests/Makefile.am tests/tcpflood.c
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 58725fb9..469d7935 100644
--- a/tools/ompipe.c
+++ b/tools/ompipe.c
@@ -207,7 +207,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