Commit adf962fa authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't emit the summary poll stats twice.

parent 8b86fadc
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment