commit 460244b7123b88e7101f863e363a2244c59daf12 from: Omar Polo via: Thomas Adam date: Fri Jul 29 09:38:22 2022 UTC fix logging of fcgi_send_response as originally intended by tracey@ commit - a5a99557dbce7e25efeaf31f37322748fed8da50 commit + 460244b7123b88e7101f863e363a2244c59daf12 blob - dbca0f24e4e64de735cdcf2fbc84ffabe5faa91c blob + 649f5f0c6ccd02850528fe8787977732a4ef516f --- gotwebd/fcgi.c +++ gotwebd/fcgi.c @@ -393,7 +393,7 @@ fcgi_send_response(struct request *c, struct fcgi_resp nanosleep(&ts, NULL); continue; } - log_warn("write"); + log_warn("%s: write failure", __func__); c->sock->client_status = CLIENT_DISCONNECT; break; }