[master] 9880dcb Remove a stray newline

Poul-Henning Kamp phk at varnish-cache.org
Tue Nov 20 10:19:07 CET 2012


commit 9880dcbac168846749a968496611a0ce594f6565
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Nov 20 09:18:59 2012 +0000

    Remove a stray newline

diff --git a/bin/varnishd/cache/cache_acceptor.c b/bin/varnishd/cache/cache_acceptor.c
index a760436..62209a5 100644
--- a/bin/varnishd/cache/cache_acceptor.c
+++ b/bin/varnishd/cache/cache_acceptor.c
@@ -328,7 +328,7 @@ vca_acct(void *arg)
 			i = VTCP_filter_http(ls->sock);
 			if (i)
 				VSL(SLT_Error, ls->sock,
-				    "Kernel filtering: sock=%d, ret=%d %s\n",
+				    "Kernel filtering: sock=%d, ret=%d %s",
 				    ls->sock, i, strerror(errno));
 		}
 	}



More information about the varnish-commit mailing list