From e037c71ec32c6c89861a6f21e53729811dc3e3df Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 10 Feb 2023 13:04:29 -0800 Subject: [PATCH] adjust text --- weed/shell/command_volume_fsck.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })