server: demote 'sending message' log to trace

This commit is contained in:
Olaoluwa Osuntokun 2018-06-04 19:50:13 -07:00
parent cc12cf428b
commit d2bcb708f3
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -1170,7 +1170,7 @@ func (s *server) sendToPeer(target *btcec.PublicKey,
// Compute the target peer's identifier.
targetPubBytes := target.SerializeCompressed()
srvrLog.Infof("Attempting to send msgs %v to: %x",
srvrLog.Tracef("Attempting to send msgs %v to: %x",
len(msgs), targetPubBytes)
// Lookup intended target in peersByPub, returning an error to the