diff --git a/cmd/object-api-errors.go b/cmd/object-api-errors.go index fdef00f39..1f62b3c4f 100644 --- a/cmd/object-api-errors.go +++ b/cmd/object-api-errors.go @@ -541,7 +541,7 @@ type IncompleteBody GenericError // Error returns string an error formatted as the given text. func (e IncompleteBody) Error() string { - return e.Bucket + "/" + e.Object + "has incomplete body" + return e.Bucket + "/" + e.Object + " has incomplete body" } // InvalidRange - invalid range typed error.