[master] e0433a7 Add a missing ',' in pan_req panic string

Martin Blix Grydeland martin at varnish-software.com
Tue Dec 16 11:15:00 CET 2014


commit e0433a775d08ff65beeb348134df6e6199e163b5
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Mon Dec 15 13:27:31 2014 +0100

    Add a missing ',' in pan_req panic string

diff --git a/bin/varnishd/cache/cache_panic.c b/bin/varnishd/cache/cache_panic.c
index 0a3bf1a..476b252 100644
--- a/bin/varnishd/cache/cache_panic.c
+++ b/bin/varnishd/cache/cache_panic.c
@@ -389,7 +389,7 @@ pan_req(const struct req *req)
 		    "  err_code = %d, err_reason = %s,\n", req->err_code,
 		    req->err_reason ? req->err_reason : "(null)");
 
-	VSB_printf(pan_vsp, "  restarts = %d, esi_level = %d\n",
+	VSB_printf(pan_vsp, "  restarts = %d, esi_level = %d,\n",
 	    req->restarts, req->esi_level);
 
 	if (req->sp != NULL)



More information about the varnish-commit mailing list