Revert "Fix compile bug in peer_server_handlers.go "

This reverts commit e1ed380f04.
This commit is contained in:
Brandon Philips
2014-02-01 20:09:53 -08:00
parent 93a129e55a
commit 0566bf2d5d

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")
}