From 75179544c35575be09f09f32103d5eb4562d28d1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 17 May 2020 20:20:21 -0700 Subject: [PATCH] logging --- weed/shell/command_ec_encode.go | 1 + 1 file changed, 1 insertion(+) diff --git a/weed/shell/command_ec_encode.go b/weed/shell/command_ec_encode.go index 8f11f8480..165809d05 100644 --- a/weed/shell/command_ec_encode.go +++ b/weed/shell/command_ec_encode.go @@ -191,6 +191,7 @@ func spreadEcShards(commandEnv *CommandEnv, volumeId needle.VolumeId, collection // ask the source volume server to delete the original volume for _, location := range existingLocations { + fmt.Printf("delete volume %d from %s\n", volumeId, location.Url) err = deleteVolume(commandEnv.option.GrpcDialOption, volumeId, location.Url) if err != nil { return fmt.Errorf("deleteVolume %s volume %d: %v", location.Url, volumeId, err)