Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Sep 27, 2024
1 parent a6d609b commit db13033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc/sctp/sctp_connection.nim
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ proc connect*(self: SctpConn, sctpPort: uint16) {.async: (raises: [CancelledErro
cast[ptr SockAddr](addr sconn), SockLen(sizeof(sconn))
)
if connErr != 0 and errno != SctpEINPROGRESS:
echo "======> after connect (if failed)"
echo "======> after connect (if failed) ", connErr, " ", errno
raise
newException(WebRtcError, "SCTP - Connection failed: " & sctpStrerror())

Expand Down

0 comments on commit db13033

Please sign in to comment.