aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-02-10 12:53:43 -0800
committerchrislu <chris.lu@gmail.com>2023-02-10 12:53:43 -0800
commit67b8c2853a5836156f9ed4d937c6021a3c19e572 (patch)
treefb046bfa701739baa63c92be229df450a952c233
parent302155a6fa042af5aa55f89840f6cfa6be98c341 (diff)
downloadseaweedfs-67b8c2853a5836156f9ed4d937c6021a3c19e572.tar.xz
seaweedfs-67b8c2853a5836156f9ed4d937c6021a3c19e572.zip
add line return
-rw-r--r--weed/shell/command_volume_fsck.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_fsck.go b/weed/shell/command_volume_fsck.go
index be9bd2db2..c99287dff 100644
--- a/weed/shell/command_volume_fsck.go
+++ b/weed/shell/command_volume_fsck.go
@@ -424,7 +424,7 @@ func (c *commandVolumeFsck) collectOneVolumeFileIds(dataNodeId string, volumeId
return resp.AppendAtNs <= cutoffFrom, nil
})
if err != nil {
- fmt.Fprintf(c.writer, "Failed to search for last valid index on volume %d with error %v", volumeId, err)
+ fmt.Fprintf(c.writer, "Failed to search for last valid index on volume %d with error %v\n", volumeId, err)
} else {
buf.Truncate(index * types.NeedleMapEntrySize)
}