Browse Source

adjust text

pull/4199/head
chrislu 2 years ago
parent
commit
e037c71ec3
  1. 2
      weed/shell/command_volume_fsck.go

2
weed/shell/command_volume_fsck.go

@ -419,7 +419,7 @@ func (c *commandVolumeFsck) collectOneVolumeFileIds(dataNodeId string, volumeId
Size: int32(size),
})
if err != nil {
return false, fmt.Errorf("to read needle meta with id %d from volume %d with error %v", key, volumeId, err)
return false, fmt.Errorf("read needle meta with id %d from volume %d: %v", key, volumeId, err)
}
return resp.AppendAtNs <= cutoffFrom, nil
})

Loading…
Cancel
Save