mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust text
This commit is contained in:
parent
67b8c2853a
commit
e037c71ec3
|
@ -419,7 +419,7 @@ func (c *commandVolumeFsck) collectOneVolumeFileIds(dataNodeId string, volumeId
|
||||||
Size: int32(size),
|
Size: int32(size),
|
||||||
})
|
})
|
||||||
if err != nil {
|
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
|
return resp.AppendAtNs <= cutoffFrom, nil
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue