mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
p2p/discover: lower log level for handshake repeat
This commit is contained in:
parent
11aa3a1680
commit
5007814c6b
1 changed files with 1 additions and 1 deletions
|
|
@ -833,7 +833,7 @@ func (t *UDPv5) handleUnknown(p *v5wire.Unknown, fromID enode.ID, fromAddr netip
|
|||
// them which handshake attempt they need to complete. We tell them to use the
|
||||
// existing handshake attempt since the response to that one might still be in
|
||||
// transit.
|
||||
t.log.Warn("Repeating discv5 handshake challenge", "id", fromID, "addr", fromAddr)
|
||||
t.log.Debug("Repeating discv5 handshake challenge", "id", fromID, "addr", fromAddr)
|
||||
t.sendResponse(fromID, fromAddr, currentChallenge)
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue