r4769 - trunk/varnish-cache/bin/varnishtest

phk at varnish-cache.org phk at varnish-cache.org
Wed May 5 10:28:04 CEST 2010


Author: phk
Date: 2010-05-05 10:28:04 +0200 (Wed, 05 May 2010)
New Revision: 4769

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc.c
Log:
Typo: of course we want to expand the macro when we find it.



Modified: trunk/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.c	2010-05-05 08:20:01 UTC (rev 4768)
+++ trunk/varnish-cache/bin/varnishtest/vtc.c	2010-05-05 08:28:04 UTC (rev 4769)
@@ -178,7 +178,7 @@
 			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);




More information about the varnish-commit mailing list