mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
discovery: lower bandwidth rate limiting log to Debugf
This commit is contained in:
@@ -582,7 +582,7 @@ func (m *SyncManager) waitMsgDelay(ctx context.Context, peerPub [33]byte,
|
||||
// to be sent.
|
||||
delay := limitReservation.Delay()
|
||||
if delay > 0 {
|
||||
log.Infof("GossipSyncer(%x): rate limiting gossip replies, "+
|
||||
log.Debugf("GossipSyncer(%x): rate limiting gossip replies, "+
|
||||
"responding in %s", peerPub, delay)
|
||||
|
||||
select {
|
||||
|
Reference in New Issue
Block a user