Skip to content

Commit

Permalink
downgrade Identify call failure log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Jan 30, 2024
1 parent 52500d1 commit 1519259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discv4/crawler.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func (c *Crawler) crawlDevp2p(ctx context.Context, pi PeerInfo) <-chan Devp2pRes
}
result.Protocols = protocols
} else {
log.WithError(err).Warnln("Could not identify peer")
log.WithError(err).Debugln("Could not identify peer")
}
}
// if there was a connection error, parse it to a known one
Expand Down

0 comments on commit 1519259

Please sign in to comment.