Commit 84791d61 authored by Geoff Simmons's avatar Geoff Simmons

varnishevent: bugfix formatter for VCL_Log

parent c5320314
......@@ -449,7 +449,7 @@ format_VCL_Log(logline_t *ll, char *name, enum VSL_tag_e tag,
record_t *rec = get_hdr(name, ll->vcl_log);
if (rec)
RETURN_REC(*rec, s, len);
RETURN_HDR(rec, name, s, len);
}
static void
......
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