[master] 3ccc7fb Break

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Jan 31 10:57:05 CET 2017


commit 3ccc7fbf40fd12e4557acfc4bc49d3ceb1046929
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Jan 31 10:54:52 2017 +0100

    Break

diff --git a/bin/varnishd/mgt/mgt_cli.c b/bin/varnishd/mgt/mgt_cli.c
index eeeef21..e6a187f 100644
--- a/bin/varnishd/mgt/mgt_cli.c
+++ b/bin/varnishd/mgt/mgt_cli.c
@@ -567,7 +567,7 @@ mgt_cli_telnet(const char *T_arg)
 	AZ(error);
 	AZ(VSB_finish(vsb));
 	if (VSB_len(vsb) == 0)
-		ARGV_ERR("-T %s could not be listened on.", T_arg);
+		ARGV_ERR("-T %s could not be listened on.\n", T_arg);
 	/* Save in shmem */
 	mgt_SHM_static_alloc(VSB_data(vsb), VSB_len(vsb) + 1, "Arg", "-T", "");
 	VSB_destroy(&vsb);



More information about the varnish-commit mailing list