From 9dec9873079721e3891e4f00bccbf9da89ab9596 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 1 Nov 2018 18:48:12 +0100 Subject: [PATCH] Downgrade log message from ERROR to CONNECT --- jcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcc.c b/jcc.c index ac13215a..bb87d050 100644 --- a/jcc.c +++ b/jcc.c @@ -838,7 +838,7 @@ static void send_crunch_response(const struct client_state *csp, struct http_res || write_socket_delayed(csp->cfd, rsp->body, rsp->content_length, get_write_delay(csp))) { /* There is nothing we can do about it. */ - log_error(LOG_LEVEL_ERROR, + log_error(LOG_LEVEL_CONNECT, "Couldn't deliver the error message for %s through client socket %d: %E", http->url, csp->cfd); } -- 2.39.2