[4.0] 1b14357 Remove noisy debugging
Lasse Karstensen
lkarsten at varnish-software.com
Mon Sep 22 16:38:25 CEST 2014
commit 1b14357f89016a9f0eb5d98fe30fc304d32430e1
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Sep 2 20:40:53 2014 +0000
Remove noisy debugging
diff --git a/bin/varnishd/cache/cache_pool.c b/bin/varnishd/cache/cache_pool.c
index 754438a..f4de5f3 100644
--- a/bin/varnishd/cache/cache_pool.c
+++ b/bin/varnishd/cache/cache_pool.c
@@ -334,7 +334,6 @@ pool_stat_summ(struct worker *wrk, void *priv)
CHECK_OBJ_NOTNULL(wrk, WORKER_MAGIC);
CHECK_OBJ_NOTNULL(wrk->pool, POOL_MAGIC);
- VSL(SLT_Debug, 0, "STATSUMM");
AN(priv);
src = priv;
Lck_Lock(&wstat_mtx);
More information about the varnish-commit
mailing list