Browse Source

simpler output

original_weed_mount
chrislu 3 years ago
parent
commit
95717d1006
  1. 3
      weed/shell/command_ec_encode_test.go

3
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)
}
}
|||||||
100:0
Loading…
Cancel
Save