diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-26 11:38:52 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-26 11:38:52 +0000 |
commit | 258300adfd7d2dc620bac24037bdea1a290215a5 (patch) | |
tree | 92bf85d034101a686c1b46b190602d627ff18a38 /wtp.c | |
parent | 3467a10c06414a5dea2ef933fc9709085d362446 (diff) | |
download | rsyslog-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |