[master] 2ea8f6d Remove surplus new-line

Poul-Henning Kamp phk at FreeBSD.org
Tue Mar 10 10:02:48 CET 2015


commit 2ea8f6d5af5f317abff77d3cf0de5f28c09d8f8c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Mar 10 08:40:03 2015 +0000

    Remove surplus new-line

diff --git a/bin/varnishd/cache/cache_acceptor.c b/bin/varnishd/cache/cache_acceptor.c
index b05c43f..129e3bf 100644
--- a/bin/varnishd/cache/cache_acceptor.c
+++ b/bin/varnishd/cache/cache_acceptor.c
@@ -451,7 +451,7 @@ ccf_listen_address(struct cli *cli, const char * const *av, void *priv)
 		if (ls->sock < 0)
 			continue;
 		VTCP_myname(ls->sock, h, sizeof h, p, sizeof p);
-		VCLI_Out(cli, "%s %s\n", h, p);
+		VCLI_Out(cli, "%s %s", h, p);
 	}
 }
 



More information about the varnish-commit mailing list