From 258300adfd7d2dc620bac24037bdea1a290215a5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 26 Feb 2008 11:38:52 +0000 Subject: removed left-over dbgprintf which could even cause multi-threading troubles --- wtp.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit