mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 14:41:31 +08: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 New Issue
Block a user