mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
simpler output
This commit is contained in:
parent
b05962b90e
commit
95717d1006
|
@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue