Mailing List Archive

r1385 - trunk/varnish-cache/bin/varnishd
Author: des
Date: 2007-05-05 16:35:58 +0200 (Sat, 05 May 2007)
New Revision: 1385

Modified:
trunk/varnish-cache/bin/varnishd/cache_response.c
Log:
Remove superfluous vsb_printf() argument


Modified: trunk/varnish-cache/bin/varnishd/cache_response.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_response.c 2007-05-05 14:09:23 UTC (rev 1384)
+++ trunk/varnish-cache/bin/varnishd/cache_response.c 2007-05-05 14:35:58 UTC (rev 1385)
@@ -145,7 +145,7 @@
" <BODY>\r\n");
vsb_printf(sb, " <H1>Error %03d %s</H1>\r\n", code, msg);
vsb_printf(sb, " <P>%s</P>\r\n", reason);
- vsb_printf(sb, " <H3>Guru Meditation:</H3>\r\n", reason);
+ vsb_printf(sb, " <H3>Guru Meditation:</H3>\r\n");
vsb_printf(sb, " <P>XID: %u</P>\r\n", sp->xid);
vsb_cat(sb,
" <I><A href=\"http://www.varnish-cache.org/\">Varnish</A></I>\r\n"