Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,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.Infof("received message from router graylisted peer %s. Dropping RPC", rpc.from)
log.Debugf("received message from router graylisted peer %s. Dropping RPC", rpc.from)
return
}

Expand Down