server: demote 'sending message' log to trace
This commit is contained in:
parent
cc12cf428b
commit
d2bcb708f3
@ -1170,7 +1170,7 @@ func (s *server) sendToPeer(target *btcec.PublicKey,
|
|||||||
// Compute the target peer's identifier.
|
// Compute the target peer's identifier.
|
||||||
targetPubBytes := target.SerializeCompressed()
|
targetPubBytes := target.SerializeCompressed()
|
||||||
|
|
||||||
srvrLog.Infof("Attempting to send msgs %v to: %x",
|
srvrLog.Tracef("Attempting to send msgs %v to: %x",
|
||||||
len(msgs), targetPubBytes)
|
len(msgs), targetPubBytes)
|
||||||
|
|
||||||
// Lookup intended target in peersByPub, returning an error to the
|
// Lookup intended target in peersByPub, returning an error to the
|
||||||
|
Loading…
Reference in New Issue
Block a user