r363 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 6 23:57:41 CEST 2006


Author: phk
Date: 2006-07-06 23:57:41 +0200 (Thu, 06 Jul 2006)
New Revision: 363

Modified:
   trunk/varnish-cache/bin/varnishd/cache_acceptor.c
Log:
Always log the numeric code as "Status"


Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-07-06 21:57:10 UTC (rev 362)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-07-06 21:57:41 UTC (rev 363)
@@ -92,7 +92,7 @@
 	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));




More information about the varnish-commit mailing list