diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-11 08:43:41 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-11 08:43:41 +0000 |
commit | 13d90a23862797c89405b4a8ab921d79734eb0c0 (patch) | |
tree | e0ad61ddde2cb895f336a91b775263875f59ad89 /action.c | |
parent | 8e73249c4d2ac61e5b6016a2b736bf14cdeb627b (diff) | |
download | rsyslog-13d90a23862797c89405b4a8ab921d79734eb0c0.tar.gz rsyslog-13d90a23862797c89405b4a8ab921d79734eb0c0.tar.xz rsyslog-13d90a23862797c89405b4a8ab921d79734eb0c0.zip |
removed debug message
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -405,7 +405,6 @@ actionCallDoAction(action_t *pAction, msg_t *pMsg) } } while(iRet == RS_RET_SUSPENDED && (pAction->iResumeRetryCount == -1 || iRetries < pAction->iResumeRetryCount)); /* do...while! */ -RUNLOG_STR("out of retry loop"); if(iRet == RS_RET_DISABLE_ACTION) { dbgprintf("Action requested to be disabled, done that.\n"); |