mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
update log message
This commit is contained in:
parent
790dcf443f
commit
9131dc4ff3
@ -209,7 +209,7 @@ func (p *PeersUpdateManager) handlePeerMessageUpdate(ctx context.Context, peerID
|
||||
p.channelsMux.RUnlock()
|
||||
|
||||
if lastSentUpdate != nil {
|
||||
log.Infof(string(debug.Stack()))
|
||||
log.Infof("Comparing peer update messages. Trace: %s", debug.Stack())
|
||||
updated, err := isNewPeerUpdateMessage(ctx, lastSentUpdate, update)
|
||||
if err != nil {
|
||||
log.WithContext(ctx).Errorf("error checking for SyncResponse updates: %v", err)
|
||||
|
Loading…
Reference in New Issue
Block a user