|
@ -503,7 +503,7 @@ OUTER_LOOP: |
|
|
if sleeping == 0 { |
|
|
if sleeping == 0 { |
|
|
// We sent nothing. Sleep...
|
|
|
// We sent nothing. Sleep...
|
|
|
sleeping = 1 |
|
|
sleeping = 1 |
|
|
log.Info("No votes to send, sleeping", "peer", peer, |
|
|
|
|
|
|
|
|
log.Debug("No votes to send, sleeping", "peer", peer, |
|
|
"localPV", rs.Votes.Prevotes(rs.Round).BitArray(), "peerPV", prs.Prevotes, |
|
|
"localPV", rs.Votes.Prevotes(rs.Round).BitArray(), "peerPV", prs.Prevotes, |
|
|
"localPC", rs.Votes.Precommits(rs.Round).BitArray(), "peerPC", prs.Precommits) |
|
|
"localPC", rs.Votes.Precommits(rs.Round).BitArray(), "peerPC", prs.Precommits) |
|
|
} else if sleeping == 2 { |
|
|
} else if sleeping == 2 { |
|
|