bump(github.com/coreos/raft): ef3280ce54f60fff98a72012f547ed2b3415841f

This commit is contained in:
Brandon Philips
2014-02-07 11:12:06 -08:00
parent b4635b0b80
commit 76da437f29
80 changed files with 20377 additions and 603 deletions

View File

@ -73,7 +73,7 @@ func (ps *PeerServer) AppendEntriesHttpHandler(w http.ResponseWriter, req *http.
return
}
if !resp.Success {
if !resp.Success() {
log.Debugf("[Append Entry] Step back")
}