Refactor Heal RPC and add Shutdown RPC (#2488)

This commit is contained in:
Anis Elleuch
2016-08-21 20:06:53 +01:00
committed by Harshavardhana
parent 975eb31973
commit 07506358ff
8 changed files with 312 additions and 132 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ func (api objectAPIHandlers) PutBucketNotificationHandler(w http.ResponseWriter,
_, err := api.ObjectAPI.GetBucketInfo(bucket)
if err != nil {
errorIf(err, "Unable to bucket info.")
errorIf(err, "Unable to find bucket info.")
writeErrorResponse(w, r, toAPIErrorCode(err), r.URL.Path)
return
}