diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 12:54:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 12:54:09 +0200 |
commit | bb22ba16d69eada5910a6ce604387ad35f0d9d4a (patch) | |
tree | e19e7482eaefcb71f25c1623d515c47f6395a196 /plugins/imfile/imfile.c | |
parent | ba839bf17200f51a9860940910536fba2282161e (diff) | |
download | rsyslog-bb22ba16d69eada5910a6ce604387ad35f0d9d4a.tar.gz rsyslog-bb22ba16d69eada5910a6ce604387ad35f0d9d4a.tar.bz2 rsyslog-bb22ba16d69eada5910a6ce604387ad35f0d9d4a.zip |
imfile: remove redundant error mesage
Diffstat (limited to 'plugins/imfile/imfile.c')
-rw-r--r-- | plugins/imfile/imfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/imfile/imfile.c b/plugins/imfile/imfile.c index 89846dad..2e80ffc8 100644 --- a/plugins/imfile/imfile.c +++ b/plugins/imfile/imfile.c @@ -449,8 +449,6 @@ CODESTARTnewInpInst pvals = nvlstGetParams(lst, &inppblk, NULL); if(pvals == NULL) { - errmsg.LogError(0, RS_RET_MISSING_CNFPARAMS, - "imfile: required parameter are missing\n"); ABORT_FINALIZE(RS_RET_MISSING_CNFPARAMS); } |