Merge remote-tracking branch 'origin/master'

Conflicts:
	weed-fs/src/cmd/weed/master.go
This commit is contained in:
Chris Lu 2012-10-09 21:10:47 -07:00
commit 1d0be87e0e

View file

@ -138,6 +138,7 @@ func volumeGrowHandler(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusNotAcceptable)
writeJson(w, r, map[string]string{"error": err.Error()})
} else {
w.WriteHeader(http.StatusNotAcceptable)
writeJson(w, r, map[string]interface{}{"count": count})
}
}