diff --git a/weed/shell/command_volume_fsck.go b/weed/shell/command_volume_fsck.go index cdb07a7d0..17c553141 100644 --- a/weed/shell/command_volume_fsck.go +++ b/weed/shell/command_volume_fsck.go @@ -293,7 +293,7 @@ func (c *commandVolumeFsck) collectFilerFileIdAndPaths(dataNodeVolumeIdToVInfo m } fmt.Fprintf(c.writer, "%d,%x%08x %s volume not found\n", i.vid, i.fileKey, i.cookie, i.path) if purgeAbsent { - fmt.Printf("deleting path %s after volume not found", i.path) + fmt.Fprintf(c.writer, "deleting path %s after volume not found\n", i.path) c.httpDelete(i.path) } }