diff --git a/src/plugins/http/src/httpServer.c b/src/plugins/http/src/httpServer.c index 6806a3524cc1c682709a150a8fe0b7e838be1975..ec3d2c0d44146e732a5e7ac78218844b87bf7b53 100644 --- a/src/plugins/http/src/httpServer.c +++ b/src/plugins/http/src/httpServer.c @@ -338,7 +338,7 @@ static void *httpAcceptHttpConnection(void *arg) { // notify the data process, add into the FdObj list atomic_add_fetch_32(&pThread->numOfContexts, 1); - httpDebug("context:%p, fd:%d, ip:%s, thread:%s numOfContexts:%d totalFds:%d, accept a new connection", pContext, + httpDebug("context:%p, fd:%d, ip:%s, thread:%s numOfContexts:%d totalContext:%d, accept a new connection", pContext, connFd, pContext->ipstr, pThread->label, pThread->numOfContexts, totalFds); // pick up next thread for next connection