From c5884873a9fc67b14592a4d9935efc65dd0d23fc Mon Sep 17 00:00:00 2001 From: chenwanli Date: Fri, 4 Jan 2019 18:13:17 +0800 Subject: [PATCH] Fix https://github.com/chrislusf/seaweedfs/issues/814 --- weed/operation/delete_content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }