r2507 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Feb 18 12:04:35 CET 2008


Author: phk
Date: 2008-02-18 12:04:35 +0100 (Mon, 18 Feb 2008)
New Revision: 2507

Modified:
   trunk/varnish-cache/bin/varnishd/cache_hash.c
Log:
Kill debugging shmlogging overlooked for too long.


Modified: trunk/varnish-cache/bin/varnishd/cache_hash.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_hash.c	2008-02-18 09:59:08 UTC (rev 2506)
+++ trunk/varnish-cache/bin/varnishd/cache_hash.c	2008-02-18 11:04:35 UTC (rev 2507)
@@ -146,7 +146,6 @@
 	assert(*b == '\0');
 	b++;
 	assert(b == obj->hash + obj->hashlen);
-	WSP(sp, SLT_Debug, "Hash Match: %s", obj->hash);
 	return (0);
 }
 
@@ -165,7 +164,6 @@
 		*b++ = '#';
 	}
 	*b++ = '\0';
-	WSP(sp, SLT_Debug, "Hash: %s", obj->hash);
 	assert(b <= obj->hash + obj->hashlen);
 }
 




More information about the varnish-commit mailing list