r313 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Jul 5 11:11:02 CEST 2006


Author: phk
Date: 2006-07-05 11:11:01 +0200 (Wed, 05 Jul 2006)
New Revision: 313

Modified:
   trunk/varnish-cache/bin/varnishd/cache_pool.c
Log:
log responsecode and length


Modified: trunk/varnish-cache/bin/varnishd/cache_pool.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pool.c	2006-07-05 09:10:30 UTC (rev 312)
+++ trunk/varnish-cache/bin/varnishd/cache_pool.c	2006-07-05 09:11:01 UTC (rev 313)
@@ -50,6 +50,8 @@
 {
 
 
+	VSL(SLT_Response, sp->fd, "%u", sp->obj->response);
+	VSL(SLT_Length, sp->fd, "%u", sp->obj->len);
 	vca_write_obj(sp, sp->obj->header, 0);
 	HSH_Deref(sp->obj);
 	sp->obj = NULL;




More information about the varnish-commit mailing list