[master] 9b27d997f http1_fetch: Log missing closing parenthesis

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Jan 18 21:08:05 UTC 2024


commit 9b27d997f1775feb334f15330d4e44f9d2bde611
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Jan 18 22:06:34 2024 +0100

    http1_fetch: Log missing closing parenthesis

diff --git a/bin/varnishd/http1/cache_http1_fetch.c b/bin/varnishd/http1/cache_http1_fetch.c
index 7d0e6c015..05fe46418 100644
--- a/bin/varnishd/http1/cache_http1_fetch.c
+++ b/bin/varnishd/http1/cache_http1_fetch.c
@@ -154,7 +154,8 @@ V1F_SendReq(struct worker *wrk, struct busyobj *bo, uint64_t *ctr_hdrbytes,
 
 	CHECK_OBJ_NOTNULL(sc, STREAM_CLOSE_MAGIC);
 	if (sc != SC_NULL) {
-		VSLb(bo->vsl, SLT_FetchError, "backend write error: %d (%s) (%s",
+		VSLb(bo->vsl, SLT_FetchError,
+		    "backend write error: %d (%s) (%s)",
 		    errno, VAS_errtxt(errno), sc->desc);
 		VSLb_ts_busyobj(bo, "Bereq", W_TIM_real(wrk));
 		htc->doclose = sc;


More information about the varnish-commit mailing list