Merge pull request #516 from augustoroman/patch-1

fix(server compilation): compile bug in peer_server_handlers.go
release-0.4
Xiang Li 2014-02-01 19:52:08 -08:00
commit 93a129e55a
1 changed files with 1 additions and 1 deletions

View File

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