mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-20 15:31:30 +02:00
update logs
This commit is contained in:
@@ -100,8 +100,9 @@ func (p *PeersUpdateManager) SendNetworkMapUpdate(ctx context.Context, peerID st
|
||||
if channel, ok := p.peerChannels[peerID]; ok {
|
||||
found = true
|
||||
channel.NetworkMap.Push(update)
|
||||
log.WithContext(ctx).Debugf("update was sent to network map buffer for peer %s", peerID)
|
||||
} else {
|
||||
log.WithContext(ctx).Debugf("peer %s has no networkmap buffer", peerID)
|
||||
log.WithContext(ctx).Debugf("peer %s has no network map buffer", peerID)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user