summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-08-27 14:18:30 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-08-27 14:18:30 +0200
commit63988ba095656ae0629a52a2ac8c2930ac4ddc20 (patch)
treed340ff31a2468e8b2ce38d8aa5738d0e362e2f8d /runtime/rule.c
parentede0dbf1a3ee528f059903d4dfad96a91fe55186 (diff)
parentfa9684d8c6faa8f2e808de9229b254d77844aa2c (diff)
downloadrsyslog-63988ba095656ae0629a52a2ac8c2930ac4ddc20.tar.gz
rsyslog-63988ba095656ae0629a52a2ac8c2930ac4ddc20.tar.bz2
rsyslog-63988ba095656ae0629a52a2ac8c2930ac4ddc20.zip
Merge branch 'master' into java
Diffstat (limited to 'runtime/rule.c')
-rw-r--r--runtime/rule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/rule.c b/runtime/rule.c
index bcd82e5f..182d616a 100644
--- a/runtime/rule.c
+++ b/runtime/rule.c
@@ -83,7 +83,6 @@ DEFFUNC_llExecFunc(processMsgDoActions)
}
iRetMod = actionCallAction(pAction, pDoActData->pMsg);
-dbgprintf("XXXX: processMsgDoActions returns %d\n", iRet);
if(iRetMod == RS_RET_DISCARDMSG) {
ABORT_FINALIZE(RS_RET_DISCARDMSG);
} else if(iRetMod == RS_RET_SUSPENDED) {
@@ -272,7 +271,6 @@ processMsg(rule_t *pThis, msg_t *pMsg)
}
finalize_it:
-dbgprintf("XXXX: rule.processMsg returns %d\n", iRet);
RETiRet;
}