From: des Date: Sat, 5 May 2007 14:35:58 +0000 (+0000) Subject: Remove superfluous vsb_printf() argument X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b417a171629904d2eaaa182cbf4193344c82fad;p=varnish Remove superfluous vsb_printf() argument git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1385 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_response.c b/varnish-cache/bin/varnishd/cache_response.c index b7ccfc1f..13b4fec9 100644 --- a/varnish-cache/bin/varnishd/cache_response.c +++ b/varnish-cache/bin/varnishd/cache_response.c @@ -145,7 +145,7 @@ RES_Error(struct sess *sp, int code, const char *reason) " \r\n"); vsb_printf(sb, "

Error %03d %s

\r\n", code, msg); vsb_printf(sb, "

%s

\r\n", reason); - vsb_printf(sb, "

Guru Meditation:

\r\n", reason); + vsb_printf(sb, "

Guru Meditation:

\r\n"); vsb_printf(sb, "

XID: %u

\r\n", sp->xid); vsb_cat(sb, " Varnish\r\n"