summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/syslogd.c b/syslogd.c
index b25439fb..1888d47d 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -1900,7 +1900,6 @@ static rsRetVal actionResume(action_t *pThis)
{
DEFiRet;
-dprintf("actionResume\n");
assert(pThis != NULL);
pThis->bSuspended = 0;
@@ -1915,7 +1914,6 @@ static rsRetVal actionSuspend(action_t *pThis)
{
DEFiRet;
-dprintf("actionSuspend\n");
assert(pThis != NULL);
pThis->bSuspended = 1;
pThis->ttResumeRtry = time(NULL) + ACTION_RESUME_INTERVAL;
@@ -5117,7 +5115,6 @@ DEFFUNC_llExecFunc(selectorAddListCheckActionsChecker)
assert(pAction != NULL);
-dprintf("selectorAddListCheckActionsChecker 0x%x\n", (unsigned) pAction);
if(pAction->pMod->needUDPSocket(pAction->pModData) == RS_RET_TRUE) {
Forwarding++;
}