diff --git a/fcgi.c b/fcgi.c index 5b0179a..50ad41a 100644 --- a/fcgi.c +++ b/fcgi.c @@ -584,7 +584,7 @@ static void *process(void *data) } if(cl->state > 0) cl->state -= ret; - LOG("sending %s: %d", buff, cl->state); + //LOG("sending %s: %d", buff, cl->state); } if(ret < 0) {