summaryrefslogtreecommitdiffstats
path: root/wtp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-27 11:38:26 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-27 11:38:26 +0000
commitcd6501b3417262a4377b3944d386f72a26c82864 (patch)
treecc6013d1deefbb54a374a0c9016eb9d054b766c1 /wtp.c
parent0c6c9dfe8a6da1553e39167600222cb6ab7e4b8b (diff)
downloadrsyslog-cd6501b3417262a4377b3944d386f72a26c82864.tar.gz
rsyslog-cd6501b3417262a4377b3944d386f72a26c82864.tar.xz
rsyslog-cd6501b3417262a4377b3944d386f72a26c82864.zip
reduced number of unnecessary wakeups of DA worker thread when high water
mark is not yet reached
Diffstat (limited to 'wtp.c')
-rw-r--r--wtp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wtp.c b/wtp.c
index 5e4fb3ce..1e16de3b 100644
--- a/wtp.c
+++ b/wtp.c
@@ -110,8 +110,6 @@ wtpConstructFinalize(wtp_t *pThis)
ABORT_FINALIZE(RS_RET_OUT_OF_MEMORY);
for(i = 0 ; i < pThis->iNumWorkerThreads ; ++i) {
-RUNLOG_VAR("%d", i);
-RUNLOG_VAR("%p", pThis->pWrkr[i]);
CHKiRet(wtiConstruct(&pThis->pWrkr[i]));
pWti = pThis->pWrkr[i];
lenBuf = snprintf((char*)pszBuf, sizeof(pszBuf), "%s/w%d", wtpGetDbgHdr(pThis), i);