Skip to content

Commit 299a0c6

Browse files
committed
toggle off noisy logging for ipv6 extension headers
1 parent 40811ef commit 299a0c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/jasonernst/knet/network/ip/v6/Ipv6Header.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ data class Ipv6Header(
100100
stream,
101101
IpType.fromValue(protocol),
102102
)
103-
logger.debug("Done parsing extension headers")
103+
// logger.debug("Done parsing extension headers")
104104

105105
return Ipv6Header(
106106
ipVersion,

0 commit comments

Comments
 (0)