[master] adf962f Don't emit the summary poll stats twice.

Poul-Henning Kamp phk at FreeBSD.org
Tue Mar 10 10:31:05 CET 2015


commit adf962fa80b8504875a30b5afb8f8f529dc90cf3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Mar 10 09:30:49 2015 +0000

    Don't emit the summary poll stats twice.

diff --git a/bin/varnishd/cache/cache_backend_poll.c b/bin/varnishd/cache/cache_backend_poll.c
index ee3602b..055798f 100644
--- a/bin/varnishd/cache/cache_backend_poll.c
+++ b/bin/varnishd/cache/cache_backend_poll.c
@@ -357,8 +357,6 @@ VBP_Status(struct cli *cli, const struct backend *be, int details)
 	if (details) {
 		VCLI_Out(cli, "\n");
 		vbp_health_one(cli, vt);
-	} else {
-		VCLI_Out(cli, "%d/%d", vt->good, vt->probe.window);
 	}
 }
 



More information about the varnish-commit mailing list