mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 05:10:43 +01:00
omfwd: remove invalid error message
The config plumbing itself provides an error message. The one given here was also totally wrong ;-) Thanks to Frank Bicknell for spotting this message and making me alert.
This commit is contained in:
parent
3b301f6f4b
commit
0ce02e4a71
@ -1139,8 +1139,6 @@ CODESTARTnewActInst
|
||||
|
||||
pvals = nvlstGetParams(lst, &actpblk, NULL);
|
||||
if(pvals == NULL) {
|
||||
LogError(0, RS_RET_MISSING_CNFPARAMS, "omfwd: either the \"file\" or "
|
||||
"\"dynafile\" parameter must be given");
|
||||
ABORT_FINALIZE(RS_RET_MISSING_CNFPARAMS);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user