diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-02 16:36:03 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-02 16:36:03 +0000 |
commit | b727710289a6f535c8d2c17caa4c4c11d8c9cd8b (patch) | |
tree | 04b2e6aed571e4ed9b9f3c1708baa31be51ef948 /syslogd.c | |
parent | 3aaa3ac894b21a21fb601e1a74664cb795e8e39b (diff) | |
download | rsyslog-b727710289a6f535c8d2c17caa4c4c11d8c9cd8b.tar.gz rsyslog-b727710289a6f535c8d2c17caa4c4c11d8c9cd8b.tar.xz rsyslog-b727710289a6f535c8d2c17caa4c4c11d8c9cd8b.zip |
some cleanup
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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++; } |