Commit Diff


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;
 		}