r3458 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Dec 8 11:16:26 CET 2008


Author: phk
Date: 2008-12-08 11:16:25 +0100 (Mon, 08 Dec 2008)
New Revision: 3458

Modified:
   trunk/varnish-cache/bin/varnishd/hash_critbit.c
Log:
Silence debug noise



Modified: trunk/varnish-cache/bin/varnishd/hash_critbit.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_critbit.c	2008-12-08 10:03:31 UTC (rev 3457)
+++ trunk/varnish-cache/bin/varnishd/hash_critbit.c	2008-12-08 10:16:25 UTC (rev 3458)
@@ -30,7 +30,7 @@
  * A Crit Bit tree based hash
  */
 
-#define PHK	1
+#define PHK	0
 
 #include "config.h"
 



More information about the varnish-commit mailing list