r3737 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Feb 11 08:32:25 CET 2009


Author: tfheen
Date: 2009-02-11 08:32:24 +0100 (Wed, 11 Feb 2009)
New Revision: 3737

Modified:
   branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c
Log:
Merge r3568: Opps, debugging hack leaked in.



Modified: branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c	2009-02-11 07:29:12 UTC (rev 3736)
+++ branches/2.0/varnish-cache/bin/varnishd/cache_vrt_esi.c	2009-02-11 07:32:24 UTC (rev 3737)
@@ -615,8 +615,6 @@
 {
 	char *p;
 
-printf("{%.*s}\n", Tlen(ew->t), ew->t.b);
-usleep(100000);
 	if (params->esi_syntax & 0x4)
 		VSL(SLT_Debug, ew->sp->fd, "Parse: %d <%.*s>",
 		    Tlen(ew->t), Tlen(ew->t), ew->t.b);



More information about the varnish-commit mailing list