[master] cf3e395 Remove noisy debugging
Poul-Henning Kamp
phk at FreeBSD.org
Tue Sep 2 22:41:00 CEST 2014
commit cf3e395f69bfb95b44caaec924ee4eba7ed3b5b5
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