fix printf

This commit is contained in:
Blake Mizerany 2014-09-02 14:05:00 -07:00 committed by Yicheng Qin
parent 24afe8d22b
commit c87f1d3924

View File

@ -52,7 +52,7 @@ func Sender(p Peers) func(msgs []raftpb.Message) {
url += "/raft"
log.Println("etcdserver: sending to %d@%s", m.To, url)
log.Printf("etcdserver: sending to %d@%s", m.To, url)
// TODO: don't block. we should be able to have 1000s
// of messages out at a time.