summaryrefslogtreecommitdiffstats
path: root/wtp.c
diff options
context:
space:
mode:
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 7b34076a..65d2ce71 100644
--- a/wtp.c
+++ b/wtp.c
@@ -263,7 +263,6 @@ wtpShutdownAll(wtp_t *pThis, wtpState_t tShutdownCmd, struct timespec *ptTimeout
*/
wtpProcessThrdChanges(pThis);
-RUNLOG_VAR("%d", pThis->iCurNumWrkThrd);
/* and wait for their termination */
pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &iCancelStateSave);
d_pthread_mutex_lock(&pThis->mut);
@@ -271,7 +270,6 @@ RUNLOG_VAR("%d", pThis->iCurNumWrkThrd);
pthread_setcancelstate(iCancelStateSave, NULL);
bTimedOut = 0;
while(pThis->iCurNumWrkThrd > 0 && !bTimedOut) {
-RUNLOG_VAR("%d", pThis->iCurNumWrkThrd);
dbgprintf("%s: waiting %ldms on worker thread termination, %d still running\n",
wtpGetDbgHdr(pThis), timeoutVal(ptTimeout), pThis->iCurNumWrkThrd);