mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
p2p: bump log level
This commit is contained in:
parent
3a983d3b3a
commit
9507b6ba3e
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ func (d *dialScheduler) dnsResolveHostname(n *enode.Node) (*enode.Node, error) {
|
|||
}
|
||||
rec.SetSeq(n.Seq()) // ensure seq not bumped by update
|
||||
newNode := enode.SignNull(rec, n.ID()).WithHostname(n.Hostname())
|
||||
d.log.Trace("Node updated from DNS lookup", "id", n.ID(), "name", n.Hostname(), "ip", newNode.IP())
|
||||
d.log.Debug("Node updated from DNS lookup", "id", n.ID(), "name", n.Hostname(), "ip", newNode.IP())
|
||||
return newNode, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue