log checks

This commit is contained in:
Pascal Fischer
2025-07-24 19:54:53 +02:00
parent c435c2727f
commit affa8bf348

View File

@@ -51,6 +51,8 @@ func (p *PeersUpdateManager) SendUpdate(ctx context.Context, peerID string, upda
}
}()
log.WithContext(ctx).Debugf("sending update to peer %s, checks: %s", peerID, update.Update.Checks)
if channel, ok := p.peerChannels[peerID]; ok {
found = true
select {