From b8455132707ab4e5ca86e320c5cd8f8b84d6fc34 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 28 Feb 2008 10:40:34 +0000 Subject: - wrote doc on how to use the expression engine - changed ABNF to fully support old property names - added case-insensitive comparison operations --- wtp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'wtp.c') diff --git a/wtp.c b/wtp.c index 7e920631..c68a1e92 100644 --- a/wtp.c +++ b/wtp.c @@ -464,7 +464,6 @@ wtpStartWrkr(wtp_t *pThis, int bLockMutex) } } -dbgprintf("%s: after thrd search: i %d, max %d\n", wtpGetDbgHdr(pThis), i, pThis->iNumWorkerThreads); if(i == pThis->iNumWorkerThreads) ABORT_FINALIZE(RS_RET_NO_MORE_THREADS); -- cgit v1.2.3