Browse Source

fix format

pull/3480/head
chrislu 2 years ago
parent
commit
f4b52d4c52
  1. 2
      weed/server/volume_grpc_erasure_coding.go

2
weed/server/volume_grpc_erasure_coding.go

@ -186,7 +186,7 @@ func (vs *VolumeServer) VolumeEcShardsDelete(ctx context.Context, req *volume_se
for _, location := range vs.store.Locations {
if err := deleteEcShardIdsForEachLocation(bName, location, req.ShardIds); err != nil {
glog.Errorf("deleteEcShards from %s %s.%v: %v", location, bName, req.ShardIds, err)
glog.Errorf("deleteEcShards from %s %s.%v: %v", location.Directory, bName, req.ShardIds, err)
return nil, err
}
}

Loading…
Cancel
Save