r4054 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sat May 9 12:02:23 CEST 2009


Author: phk
Date: 2009-05-09 12:02:22 +0200 (Sat, 09 May 2009)
New Revision: 4054

Modified:
   trunk/varnish-cache/bin/varnishd/cache_panic.c
Log:
stylistic nit



Modified: trunk/varnish-cache/bin/varnishd/cache_panic.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_panic.c	2009-05-09 08:21:21 UTC (rev 4053)
+++ trunk/varnish-cache/bin/varnishd/cache_panic.c	2009-05-09 10:02:22 UTC (rev 4054)
@@ -63,7 +63,7 @@
 	vsb_printf(vsp, "%*sws = %p { %s\n", indent, "",
 	    ws, ws->overflow ? "overflow" : "");
 	vsb_printf(vsp, "%*sid = \"%s\",\n", indent + 2, "", ws->id);
-	vsb_printf(vsp, "%*s{s,f,r,e} = {%p,", indent + 2, "", ws->s);
+	vsb_printf(vsp, "%*s{s,f,r,e} = {%p", indent + 2, "", ws->s);
 	if (ws->f > ws->s)
 		vsb_printf(vsp, ",+%d", ws->f - ws->s);
 	else



More information about the varnish-commit mailing list