diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 12:54:27 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 12:54:27 +0200 |
commit | 2587e2f5eba3d7e6735676b71955cd6d424b0800 (patch) | |
tree | ee9b41a5876dfd306d5433e26203ac3a3e9da756 /plugins/imfile/imfile.c | |
parent | 33035d9213ef29e848afabe14a1d0297eaf58319 (diff) | |
parent | bb22ba16d69eada5910a6ce604387ad35f0d9d4a (diff) | |
download | rsyslog-2587e2f5eba3d7e6735676b71955cd6d424b0800.tar.gz rsyslog-2587e2f5eba3d7e6735676b71955cd6d424b0800.tar.bz2 rsyslog-2587e2f5eba3d7e6735676b71955cd6d424b0800.zip |
Merge branch 'v7-stable'
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); } |