Commit 415ed78f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

FlexeLinting.

parent 9f5044eb
......@@ -517,9 +517,10 @@ event_warm(VRT_CTX, const struct vmod_priv *priv)
{
struct priv_vcl *priv_vcl;
char buf[32];
const char *vcl_name = VCL_Name(ctx->vcl);
// Using VSLs for coverage
VSLs(SLT_Debug, 0, TOSTRANDS(2, VCL_Name(ctx->vcl), ": VCL_EVENT_WARM"));
VSLs(SLT_Debug, 0, TOSTRANDS(2, vcl_name, ": VCL_EVENT_WARM"));
AN(ctx->msg);
if (cache_param->max_esi_depth == 42) {
......
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