Commit 6f31b027 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Typo: of course we want to expand the macro when we find it.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4769 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 61c6e239
......@@ -178,7 +178,7 @@ macro_expand(struct vtclog *vl, const char *text)
vtc_log(vl, 0, "Macro ${%s} not found", p);
return (NULL);
}
vsb_printf(vsb, "{MACRO NOT FOUND: %s}", p);
vsb_printf(vsb, "%s", m);
text = q + 1;
}
vsb_finish(vsb);
......
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