aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_check_disk.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-03-22 00:12:53 -0700
committerChris Lu <chris.lu@gmail.com>2021-03-22 00:12:53 -0700
commitf315eb2bb85a2e0ec73751962826a86b43a1749f (patch)
tree47452e3d9567a5d2557266d78ce5efb9f2415438 /weed/shell/command_volume_check_disk.go
parent1dd5bc134cb896bfb9f05c9da36d298883e3f92f (diff)
downloadseaweedfs-f315eb2bb85a2e0ec73751962826a86b43a1749f.tar.xz
seaweedfs-f315eb2bb85a2e0ec73751962826a86b43a1749f.zip
fix build error2.35
Diffstat (limited to 'weed/shell/command_volume_check_disk.go')
-rw-r--r--weed/shell/command_volume_check_disk.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_check_disk.go b/weed/shell/command_volume_check_disk.go
index 40c9e47ad..62eb55907 100644
--- a/weed/shell/command_volume_check_disk.go
+++ b/weed/shell/command_volume_check_disk.go
@@ -139,7 +139,7 @@ func (c *commandVolumeCheckDisk) doVolumeCheckDisk(subtrahend, minuend *needle_m
}
if verbose {
- fmt.Fprintf(writer, "%s read %s \n", source.location.dataNode.Id, counter, target.location.dataNode.Id, len(missingNeedles))
+ fmt.Fprintf(writer, "read %d,%x %s => %s \n", source.info.Id, needleValue.Key, source.location.dataNode.Id, target.location.dataNode.Id)
}
if err := c.writeNeedleBlobToTarget(target.location.dataNode.Id, source.info.Id, needleValue, needleBlob); err != nil {