From 9a268cada3e8b0570868d498a820e6594e5b7b74 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 11 Jun 2023 20:26:37 -0700 Subject: [PATCH] Add max_no=0 for clarity --- candidate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candidate.go b/candidate.go index 482c467..40b88c0 100644 --- a/candidate.go +++ b/candidate.go @@ -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,