clear log

This commit is contained in:
DanyLE 2023-01-26 15:23:45 +01:00
parent 1dbcf32592
commit bb14223253

2
fcgi.c
View File

@ -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)
{