mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 00:20:42 +01:00
typo fix
Thanks to github user schplat for alerting us. See (embedded in larger issue): https://github.com/rsyslog/rsyslog/issues/35
This commit is contained in:
parent
738e58dcf6
commit
26f07e7597
@ -805,7 +805,7 @@ writeFile(uchar **ppString, unsigned iMsgOpts, instanceData *pData)
|
||||
if(pData->pStrm == NULL) {
|
||||
CHKiRet(prepareFile(pData, pData->fname));
|
||||
if(pData->pStrm == NULL) {
|
||||
errmsg.LogError(0, RS_RET_NO_FILE_ACCESS, "Could no open output file '%s'", pData->fname);
|
||||
errmsg.LogError(0, RS_RET_NO_FILE_ACCESS, "Could not open output file '%s'", pData->fname);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -154,7 +154,7 @@ preparePipe(instanceData *pData)
|
||||
if(!pData->bHadError) {
|
||||
char errStr[1024];
|
||||
rs_strerror_r(errno, errStr, sizeof(errStr));
|
||||
errmsg.LogError(0, RS_RET_NO_FILE_ACCESS, "Could no open output pipe '%s': %s",
|
||||
errmsg.LogError(0, RS_RET_NO_FILE_ACCESS, "Could not open output pipe '%s': %s",
|
||||
pData->pipe, errStr);
|
||||
pData->bHadError = 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user