update logs

This commit is contained in:
Pascal Fischer
2025-10-08 21:05:25 +02:00
parent fc2f23bd22
commit f13c6ba1b8

View File

@@ -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)
}
}