From 95c7ba05ecc63fcd749f899b0a8ef4cbca121c4a Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 6 Jul 2006 21:57:41 +0000 Subject: [PATCH] Always log the numeric code as "Status" git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@363 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_acceptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_acceptor.c b/varnish-cache/bin/varnishd/cache_acceptor.c index 1da0e2f8..bad2b851 100644 --- a/varnish-cache/bin/varnishd/cache_acceptor.c +++ b/varnish-cache/bin/varnishd/cache_acceptor.c @@ -92,7 +92,7 @@ vca_write_obj(struct worker *w, struct sess *sp) char *r; - VSL(SLT_Response, sp->fd, "%u", sp->obj->response); + VSL(SLT_Status, sp->fd, "%u", sp->obj->response); VSL(SLT_Length, sp->fd, "%u", sp->obj->len); vca_write(sp, sp->obj->header, strlen(sp->obj->header)); -- 2.39.5