Add missing blank to VCL_acl logging

parent 5f6ead7d
...@@ -96,12 +96,12 @@ int dyn_single_match_f(VRT_CTX, const VCL_IP ip) ...@@ -96,12 +96,12 @@ int dyn_single_match_f(VRT_CTX, const VCL_IP ip)
goto match; goto match;
nomatch: nomatch:
VSLbs(ctx->vsl, SLT_VCL_acl, TOSTRANDS(2, VSLbs(ctx->vsl, SLT_VCL_acl, TOSTRANDS(2,
"NO_MATCH", "NO_MATCH ",
ads->acl.name)); ads->acl.name));
return (0); return (0);
match: match:
VSLbs(ctx->vsl, SLT_VCL_acl, TOSTRANDS(2, VSLbs(ctx->vsl, SLT_VCL_acl, TOSTRANDS(2,
"MATCH", "MATCH ",
ads->acl.name)); ads->acl.name));
return (1); return (1);
} }
......
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