Skip to content

Commit

Permalink
Merge pull request ethereum#15948 from holiman/addr_v5_bootnode
Browse files Browse the repository at this point in the history
p2p/discv5: logs info about discv5 node info at bind time
  • Loading branch information
karalabe authored Jan 23, 2018
2 parents 924065e + 48641d7 commit 302c17c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/discv5/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ func ListenUDP(priv *ecdsa.PrivateKey, conn conn, realaddr *net.UDPAddr, nodeDBP
if err != nil {
return nil, err
}
log.Info("UDP listener up", "net", net.tab.self)
transport.net = net
go transport.readLoop()
return net, nil
Expand Down

0 comments on commit 302c17c

Please sign in to comment.