File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -532,13 +532,13 @@ method accept*(
532532 let conn = await finished
533533 return self.wrapConnection (conn, Direction .In )
534534 except QuicError as exc:
535- warn " QUIC accept failed " , description = exc.msg
535+ debug " Quic Error " , description = exc.msg
536536 raise (ref QuicTransportError )(msg: " QUIC accept failed: " & exc.msg, parent: exc)
537537 except common.TransportError as exc:
538- warn " QUIC transport accept failed " , description = exc.msg
538+ debug " Transport Error " , description = exc.msg
539539 raise newTransportClosedError (exc)
540540 except TransportOsError as exc:
541- warn " QUIC OS accept failed " , description = exc.msg
541+ debug " OS Error " , description = exc.msg
542542 raise (ref QuicTransportError )(msg: " QUIC OS accept failed: " & exc.msg, parent: exc)
543543
544544proc listenerEndpointFor (
You can’t perform that action at this time.
0 commit comments