diff options
| author | chrislu <chris.lu@gmail.com> | 2023-02-10 13:04:29 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-02-10 13:04:29 -0800 |
| commit | e037c71ec32c6c89861a6f21e53729811dc3e3df (patch) | |
| tree | 2d01bc8e95b712eb4d64cf366e29dd4d04c0863b | |
| parent | 67b8c2853a5836156f9ed4d937c6021a3c19e572 (diff) | |
| download | seaweedfs-e037c71ec32c6c89861a6f21e53729811dc3e3df.tar.xz seaweedfs-e037c71ec32c6c89861a6f21e53729811dc3e3df.zip | |
adjust text
| -rw-r--r-- | weed/shell/command_volume_fsck.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_fsck.go b/weed/shell/command_volume_fsck.go index c99287dff..02956e9ca 100644 --- a/weed/shell/command_volume_fsck.go +++ b/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 }) |
