From c950966d44baeb6510594550ead4bb37f1630bcc Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 15 Feb 2008 12:47:28 +0000 Subject: - implemented $ActionLibdbiDriverDirectory config directive - some cleanup - doc improvements --- action.c | 1 - 1 file changed, 1 deletion(-) (limited to 'action.c') diff --git a/action.c b/action.c index 1f724a59..d9ac6133 100644 --- a/action.c +++ b/action.c @@ -521,7 +521,6 @@ actionWriteToAction(action_t *pAction) * So let's enqueue our message for execution. -- rgerhards, 2007-07-24 */ iRet = queueEnqObj(pAction->pQueue, (void*) MsgAddRef(pAction->f_pMsg)); -RUNLOG_VAR("%d", iRet); if(iRet == RS_RET_OK) pAction->f_prevcount = 0; /* message processed, so we start a new cycle */ -- cgit v1.2.3