r3660 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Fri Feb 6 13:23:50 CET 2009


Author: tfheen
Date: 2009-02-06 13:23:49 +0100 (Fri, 06 Feb 2009)
New Revision: 3660

Modified:
   branches/2.0/varnish-cache/bin/varnishd/mgt_vcc.c
Log:
Merge r3467: Add a missing newline



Modified: branches/2.0/varnish-cache/bin/varnishd/mgt_vcc.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/mgt_vcc.c	2009-02-06 12:16:25 UTC (rev 3659)
+++ branches/2.0/varnish-cache/bin/varnishd/mgt_vcc.c	2009-02-06 12:23:49 UTC (rev 3660)
@@ -468,7 +468,7 @@
 
 	vf = mgt_VccCompile(&sb, av[3], 0);
 	if (vsb_len(sb) > 0)
-		cli_out(cli, "%s", vsb_data(sb));
+		cli_out(cli, "%s\n", vsb_data(sb));
 	vsb_delete(sb);
 	if (vf == NULL) {
 		cli_out(cli, "VCL compilation failed");



More information about the varnish-commit mailing list