Skip to content

Commit

Permalink
fix: add sctp_logutils to sctp_connection.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Nov 8, 2024
1 parent 870902b commit 10d2389
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 @@ -9,7 +9,7 @@

import nativesockets, bitops, sequtils
import usrsctp, chronos, chronicles, stew/[ptrops, endians2, byteutils]
import ./sctp_utils, ../errors, ../dtls/dtls_connection
import ./sctp_utils, ./sctp_logutils, ../errors, ../dtls/dtls_connection

logScope:
topics = "webrtc sctp_connection"
Expand Down

0 comments on commit 10d2389

Please sign in to comment.