Commit 4aefa152 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a missing newline



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3467 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7b0bee6f
......@@ -468,7 +468,7 @@ mcf_config_inline(struct cli *cli, const char * const *av, void *priv)
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");
......
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