mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-30 23:24:44 +08:00
fix error message
related to https://github.com/chrislusf/seaweedfs/issues/2012
This commit is contained in:
parent
bcd400995a
commit
ae74d8f02a
@ -303,7 +303,7 @@ func (s *Store) doReadRemoteEcShardInterval(sourceDataNode string, needleId type
|
||||
break
|
||||
}
|
||||
if receiveErr != nil {
|
||||
return fmt.Errorf("receiving ec shard %d.%d from %s: %v", vid, shardId, sourceDataNode, err)
|
||||
return fmt.Errorf("receiving ec shard %d.%d from %s: %v", vid, shardId, sourceDataNode, receiveErr)
|
||||
}
|
||||
if resp.IsDeleted {
|
||||
is_deleted = true
|
||||
|
Loading…
Reference in New Issue
Block a user