aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_ec_encode_test.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-24 13:50:08 -0800
committerchrislu <chris.lu@gmail.com>2022-02-24 13:50:08 -0800
commit95717d10069d2f01620858570635c41f59513b98 (patch)
tree4bda03c2f769e0080f74d61d12181c902fe42a95 /weed/shell/command_ec_encode_test.go
parentb05962b90e8491794ce25a74ba01b56b9a34c1a9 (diff)
downloadseaweedfs-95717d10069d2f01620858570635c41f59513b98.tar.xz
seaweedfs-95717d10069d2f01620858570635c41f59513b98.zip
simpler output
Diffstat (limited to 'weed/shell/command_ec_encode_test.go')
-rw-r--r--weed/shell/command_ec_encode_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/shell/command_ec_encode_test.go b/weed/shell/command_ec_encode_test.go
index d5e341e5b..940c64266 100644
--- a/weed/shell/command_ec_encode_test.go
+++ b/weed/shell/command_ec_encode_test.go
@@ -24,7 +24,8 @@ func TestEcDistribution(t *testing.T) {
}
for _, dn := range allocatedDataNodes {
- fmt.Printf("info %+v %+v\n", dn.info, dn)
+ // fmt.Printf("info %+v %+v\n", dn.info, dn)
+ fmt.Printf("=> %+v %+v\n", dn.info.Id, dn.freeEcSlot)
}
}