mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
p2p/discover: added logging to match discv5
This commit is contained in:
parent
1636d9574b
commit
b891fed211
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ func newUDP(c conn, ln *enode.LocalNode, cfg Config) (*Table, *udp, error) {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
udp.tab = tab
|
udp.tab = tab
|
||||||
|
log.Info("UDP listener up", "net", tab.self())
|
||||||
|
|
||||||
udp.wg.Add(2)
|
udp.wg.Add(2)
|
||||||
go udp.loop()
|
go udp.loop()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue