mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-24 18:59:34 +08:00
error message change
This commit is contained in:
parent
7621b9b8a9
commit
946aa6d1e7
@ -150,7 +150,7 @@ func (ms *MasterServer) volumeGrowHandler(w http.ResponseWriter, r *http.Request
|
||||
}
|
||||
if err != nil {
|
||||
w.WriteHeader(http.StatusNotAcceptable)
|
||||
writeJsonQuiet(w, r, map[string]string{"error": "parameter replication " + err.Error()})
|
||||
writeJsonQuiet(w, r, map[string]string{"error": err.Error()})
|
||||
} else {
|
||||
w.WriteHeader(http.StatusNotAcceptable)
|
||||
writeJsonQuiet(w, r, map[string]interface{}{"count": count})
|
||||
|
Loading…
Reference in New Issue
Block a user