1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 23:47:07 -05:00

switch to info

This commit is contained in:
Darien Raymond 2017-02-11 07:39:06 +01:00
parent 0cfd8ab423
commit c0ea29a2ed
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -67,7 +67,7 @@ func (h *Handler) Dispatch(ctx context.Context, outboundRay ray.OutboundRay) {
err := h.proxy.Process(ctx, outboundRay, h)
// Ensure outbound ray is properly closed.
if err != nil && errors.Cause(err) != io.EOF {
log.Warning("Proxyman|OutboundHandler: Failed to process outbound traffic: ", err)
log.Info("Proxyman|OutboundHandler: Failed to process outbound traffic: ", err)
outboundRay.OutboundOutput().CloseError()
} else {
outboundRay.OutboundOutput().Close()