]> err.no Git - varnish/commitdiff
grammar police.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 23 Aug 2006 07:22:28 +0000 (07:22 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 23 Aug 2006 07:22:28 +0000 (07:22 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@901 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_pipe.c

index 85cdaca47a894e307902fe957ff79d8d5eb5020f..99749a7f66dff2e1aada41d2b1046d7021a499a1 100644 (file)
@@ -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);