1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-20 02:10:20 +02:00

simpler output

This commit is contained in:
chrislu 2022-02-24 13:50:08 -08:00
parent b05962b90e
commit 95717d1006

View file

@ -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)
}
}