Commit 9b27d997 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

http1_fetch: Log missing closing parenthesis

parent 5f67d3ae
...@@ -154,7 +154,8 @@ V1F_SendReq(struct worker *wrk, struct busyobj *bo, uint64_t *ctr_hdrbytes, ...@@ -154,7 +154,8 @@ V1F_SendReq(struct worker *wrk, struct busyobj *bo, uint64_t *ctr_hdrbytes,
CHECK_OBJ_NOTNULL(sc, STREAM_CLOSE_MAGIC); CHECK_OBJ_NOTNULL(sc, STREAM_CLOSE_MAGIC);
if (sc != SC_NULL) { 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); errno, VAS_errtxt(errno), sc->desc);
VSLb_ts_busyobj(bo, "Bereq", W_TIM_real(wrk)); VSLb_ts_busyobj(bo, "Bereq", W_TIM_real(wrk));
htc->doclose = sc; htc->doclose = sc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment