Commit ae5a3429 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Polish

parent 6a6358f5
......@@ -416,8 +416,8 @@ mcf_vcl_list(struct cli *cli, const char * const *av, void *priv)
VTAILQ_FOREACH(vp, &vclhead, list) {
VCLI_Out(cli, "%-10s %4s/%-8s %6s %s\n",
vp == active_vcl ? "active" : "available",
vp->state,
vp->warm ? "warm" : "cold", "", vp->name);
vp->state, vp->warm ? "warm" : "cold", "",
vp->name);
}
}
}
......
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