r4463 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Jan 15 14:23:22 CET 2010


Author: phk
Date: 2010-01-15 14:23:22 +0100 (Fri, 15 Jan 2010)
New Revision: 4463

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_vcc.c
Log:
typo.



Modified: trunk/varnish-cache/bin/varnishd/mgt_vcc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2010-01-15 13:22:01 UTC (rev 4462)
+++ trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2010-01-15 13:23:22 UTC (rev 4463)
@@ -366,7 +366,7 @@
 		AN(vcl);
 		bprintf(buf, "boot (-b %s)", b_arg);
 	} else {
-		brintf(buf, "boot (-f %s)", f_arg);
+		bprintf(buf, "boot (-f %s)", f_arg);
 	}
 
 	vf = mgt_VccCompile(&sb, vcl, C_flag);



More information about the varnish-commit mailing list