mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #2491 from endocode/iaguis/fix-test
rafttest: fix build error
This commit is contained in:
commit
ab20a5e12d
@ -59,7 +59,7 @@ func (n *node) start() {
|
||||
n.Step(context.TODO(), m)
|
||||
case <-n.stopc:
|
||||
n.Stop()
|
||||
raftLogger.Infof("raft.%d: stop", n.id)
|
||||
log.Printf("raft.%d: stop", n.id)
|
||||
n.Node = nil
|
||||
close(n.stopc)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user