better warn on restart the entire cluster

release-0.4
Xiang Li 2013-08-19 17:22:33 -07:00
parent a97590ff50
commit 7a9fae9530
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ func (r *raftServer) ListenAndServe() {
}
ok := joinCluster(cluster)
if !ok {
warn("the whole cluster dies! restart the cluster")
warn("the entire cluster is down! this machine will restart the cluster.")
}
debugf("%s restart as a follower", r.name)