From 34c8827f22bf3db6bbd5b0c86bd23fedd598fea5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 25 Jun 2013 14:12:37 +0200 Subject: lmsig_gt: remove no longer needed error message This is now properly handled inside rsyslog core. --- runtime/lmsig_gt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/lmsig_gt.c') diff --git a/runtime/lmsig_gt.c b/runtime/lmsig_gt.c index 30879dd4..116a48d5 100644 --- a/runtime/lmsig_gt.c +++ b/runtime/lmsig_gt.c @@ -92,8 +92,6 @@ SetCnfParam(void *pT, struct nvlst *lst) DEFiRet; pvals = nvlstGetParams(lst, &pblk, NULL); if(pvals == NULL) { - errmsg.LogError(0, RS_RET_MISSING_CNFPARAMS, - "lmsig_gt: error processing sig. parameters\n"); ABORT_FINALIZE(RS_RET_MISSING_CNFPARAMS); } if(Debug) { -- cgit v1.2.3