We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9408a0 commit 3b66bc0Copy full SHA for 3b66bc0
netcat/modes/quic-modes.go
@@ -73,7 +73,7 @@ func DoListenQUIC(port uint16) chan io.ReadWriteCloser {
73
for {
74
sess, err := listener.Accept(context.Background())
75
if err != nil {
76
- log.Crit("Can't accept listener: %v", err)
+ log.Crit("Can't accept listener", "err", err)
77
continue
78
}
79
0 commit comments