Skip to content

Commit

Permalink
update error log
Browse files Browse the repository at this point in the history
  • Loading branch information
yabinma committed Dec 20, 2024
1 parent 306355a commit c6d8571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stun/stun.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func doStunTransaction(lAddr, rAddr *net.UDPAddr) (publicIP net.IP, publicPort i
logger.Log(1, "2:stun error: ", err.Error())
}
if err1 != nil {
logger.Log(3, "2:stun error: ", err1.Error())
logger.Log(3, "3:stun error: ", err1.Error())
return nil, 0, natType, err1
}
return
Expand Down

0 comments on commit c6d8571

Please sign in to comment.