From: phk Date: Wed, 23 Aug 2006 07:22:28 +0000 (+0000) Subject: grammar police. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79c9eab870bd5a06c544fba353f9fe16d83a80e;p=varnish grammar police. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@901 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_pipe.c b/varnish-cache/bin/varnishd/cache_pipe.c index 85cdaca4..99749a7f 100644 --- a/varnish-cache/bin/varnishd/cache_pipe.c +++ b/varnish-cache/bin/varnishd/cache_pipe.c @@ -55,7 +55,7 @@ PipeSession(struct sess *sp) vc = VBE_GetFd(sp->backend, sp->xid); if (vc == NULL) { - RES_Error(sp, 503, "Backend did not reply"); + RES_Error(sp, 503, "Backend did not respond."); return; } assert(vc != NULL);