mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-05 22:33:10 +00:00
downgrade graylist Warn log to Info
This commit is contained in:
parent
438dd9e27e
commit
5bbe37191a
@ -886,7 +886,7 @@ func (p *PubSub) handleIncomingRPC(rpc *RPC) {
|
||||
|
||||
// ask the router to vet the peer before commiting any processing resources
|
||||
if !p.rt.AcceptFrom(rpc.from) {
|
||||
log.Warnf("received message from router graylisted peer %s. Dropping RPC", rpc.from)
|
||||
log.Infof("received message from router graylisted peer %s. Dropping RPC", rpc.from)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user