mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #2170 from xiang90/remove_log
raft: remove default verbose logging
This commit is contained in:
commit
bff2ccaa22
@ -217,7 +217,6 @@ func (r *raft) send(m pb.Message) {
|
|||||||
func (r *raft) sendAppend(to uint64) {
|
func (r *raft) sendAppend(to uint64) {
|
||||||
pr := r.prs[to]
|
pr := r.prs[to]
|
||||||
if pr.shouldWait() {
|
if pr.shouldWait() {
|
||||||
log.Printf("raft: %x ignored sending %s to %x [%s]", r.id, pb.MsgApp, to, pr)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
m := pb.Message{}
|
m := pb.Message{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user