mirror of https://github.com/v2ray/v2ray-core
trace context
parent
50c4e3389c
commit
90f2480037
|
@ -63,7 +63,7 @@ func (v *Client) Process(ctx context.Context, outboundRay ray.OutboundRay, diale
|
|||
if err != nil {
|
||||
return newError("failed to find an available destination").AtWarning().Base(err)
|
||||
}
|
||||
newError("tunneling request to ", destination, " via ", server.Destination()).WriteToLog()
|
||||
newError("tunneling request to ", destination, " via ", server.Destination()).WithContext(ctx).WriteToLog()
|
||||
|
||||
defer conn.Close()
|
||||
|
||||
|
|
Loading…
Reference in New Issue