Skip to content

Commit

Permalink
Add debug message for successful warp sync reply
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Sep 19, 2024
1 parent 8e188bb commit e008834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dot/network/warp_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func (s *Service) handleWarpSyncMessage(stream libp2pnetwork.Stream, msg message
logger.Debugf("failed to send WarpSyncResponse message to peer %s: %s", stream.Conn().RemotePeer(), err)
return err
}

logger.Debugf("successfully respond with WarpSyncResponse message to peer %s with proof %v", stream.Conn().RemotePeer(), resp)
}

return nil
Expand Down

0 comments on commit e008834

Please sign in to comment.