diff --git a/pubsub.go b/pubsub.go index ac3652f6..e87697a7 100644 --- a/pubsub.go +++ b/pubsub.go @@ -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 }