Skip to content

Commit ab7c1eb

Browse files
tbenrStefanBratanov
authored andcommitted
print error
1 parent 201dfb7 commit ab7c1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libp2p/src/main/kotlin/io/libp2p/transport/quic/QuicTransport.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ class QuicTransport(
353353

354354
@Deprecated("Deprecated in Java")
355355
override fun exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable) {
356+
log.error("An error during handshake", cause)
356357
ctx.close()
357358
}
358359
})

0 commit comments

Comments
 (0)