]> err.no Git - varnish/commitdiff
Always log the numeric code as "Status"
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 21:57:41 +0000 (21:57 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 21:57:41 +0000 (21:57 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@363 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_acceptor.c

index 1da0e2f898da38f135c36e03268be5e3640509c5..bad2b85110060a9e6846dea099a9825c22bc672c 100644 (file)
@@ -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));