diff --git a/weed/operation/delete_content.go b/weed/operation/delete_content.go index fcb4f718a..52bfc8a21 100644 --- a/weed/operation/delete_content.go +++ b/weed/operation/delete_content.go @@ -71,7 +71,7 @@ func DeleteFilesWithLookupVolumeId(fileIds []string, lookupFunc func(vid []strin ret = append(ret, &volume_server_pb.DeleteResult{ FileId: vid, Status: http.StatusBadRequest, - Error: err.Error()}, + Error: result.Error}, ) continue }