aboutsummaryrefslogtreecommitdiffstats
path: root/p2p
diff options
context:
space:
mode:
Diffstat (limited to 'p2p')
-rw-r--r--p2p/discv5/sim_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/discv5/sim_test.go b/p2p/discv5/sim_test.go
index 543faecd4..76379452a 100644
--- a/p2p/discv5/sim_test.go
+++ b/p2p/discv5/sim_test.go
@@ -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])
}
}()