mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add line return
This commit is contained in:
parent
302155a6fa
commit
67b8c2853a
|
@ -424,7 +424,7 @@ func (c *commandVolumeFsck) collectOneVolumeFileIds(dataNodeId string, volumeId
|
||||||
return resp.AppendAtNs <= cutoffFrom, nil
|
return resp.AppendAtNs <= cutoffFrom, nil
|
||||||
})
|
})
|
||||||
if err != 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 {
|
} else {
|
||||||
buf.Truncate(index * types.NeedleMapEntrySize)
|
buf.Truncate(index * types.NeedleMapEntrySize)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue