Skip to content

Commit

Permalink
[NPM] Add log to debug test failure (#19349)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmahmood authored Sep 8, 2023
1 parent a22c29c commit ac0b078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/network/tracer/offsetguess/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ func getUDP6Conn(flowi6 bool) (*net.UDPConn, error) {
for _, linkLocalAddr := range linkLocals {
conn, err = net.ListenUDP("udp6", linkLocalAddr)
if err == nil {
log.Warnf("offset guessing: local udp v6 conn: local addr %s", conn.LocalAddr())
return conn, err
}
}
Expand Down

0 comments on commit ac0b078

Please sign in to comment.