r4251 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Sep 28 12:23:25 CEST 2009


Author: tfheen
Date: 2009-09-28 12:23:25 +0200 (Mon, 28 Sep 2009)
New Revision: 4251

Modified:
   branches/2.0/varnish-cache/bin/varnishd/cache_panic.c
Log:
Merge r4054: stylistic nit



Modified: branches/2.0/varnish-cache/bin/varnishd/cache_panic.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/cache_panic.c	2009-09-28 10:13:48 UTC (rev 4250)
+++ branches/2.0/varnish-cache/bin/varnishd/cache_panic.c	2009-09-28 10:23:25 UTC (rev 4251)
@@ -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