all: replace fmt.Print* calls with t.Log* in tests (#19670)
This commit is contained in:
@ -50,7 +50,7 @@ func TestSimRandomResolve(t *testing.T) {
|
||||
if err := net.SetFallbackNodes([]*Node{bootnode.Self()}); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
fmt.Printf("launched @ %v: %x\n", time.Now(), net.Self().ID[:16])
|
||||
t.Logf("launched @ %v: %x\n", time.Now(), net.Self().ID[:16])
|
||||
}
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user