summaryrefslogtreecommitdiffstats
path: root/wtp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-26 11:38:52 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-26 11:38:52 +0000
commit258300adfd7d2dc620bac24037bdea1a290215a5 (patch)
tree92bf85d034101a686c1b46b190602d627ff18a38 /wtp.c
parent3467a10c06414a5dea2ef933fc9709085d362446 (diff)
downloadrsyslog-258300adfd7d2dc620bac24037bdea1a290215a5.tar.gz
rsyslog-258300adfd7d2dc620bac24037bdea1a290215a5.tar.xz
rsyslog-258300adfd7d2dc620bac24037bdea1a290215a5.zip
removed left-over dbgprintf which could even cause multi-threading troubles
Diffstat (limited to 'wtp.c')
-rw-r--r--wtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wtp.c b/wtp.c
index fa43066e..90f1a599 100644
--- a/wtp.c
+++ b/wtp.c
@@ -511,7 +511,6 @@ wtpAdviseMaxWorkers(wtp_t *pThis, int nMaxWrkr)
ISOBJ_TYPE_assert(pThis, wtp);
-dbgprintf("%s: wtpAdviseMaxWorker with %d called, currNum %d, max %d\n", wtpGetDbgHdr(pThis), nMaxWrkr, pThis->iCurNumWrkThrd, pThis->iNumWorkerThreads);
if(nMaxWrkr == 0)
FINALIZE;