Add max_no=0 for clarity

This commit is contained in:
Ian Gulliver
2023-06-11 20:26:37 -07:00
parent 809e286225
commit 9a268cada3

View File

@@ -206,7 +206,7 @@ func (c *Candidate) elect(v *vote) {
}
c.log(
"transitioning %s -> %s (no=%d yes=%d min_yes=%d)",
"transitioning %s -> %s (no=%d yes=%d max_no=0 min_yes=%d)",
StateName[c.state],
StateName[state],
no,