mirror of https://github.com/vacp2p/nim-quic.git
remove remote addr from log
This commit is contained in:
parent
d0f7099fa1
commit
117842a1f0
|
@ -52,7 +52,7 @@ proc startSending(connection: Connection, remote: TransportAddress) =
|
|||
try:
|
||||
trace "Getting datagram"
|
||||
let datagram = await connection.quic.outgoing.get()
|
||||
trace "Sending datagraom", remote
|
||||
trace "Sending datagraom"
|
||||
await connection.udp.sendTo(remote, datagram.data)
|
||||
trace "Sent datagraom"
|
||||
except TransportError as e:
|
||||
|
|
Loading…
Reference in New Issue