mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-03 15:55:20 -05:00
refactor log and error
This commit is contained in:
@@ -102,7 +102,7 @@ func (h *Handler) Dial(ctx context.Context, dest v2net.Destination) (internet.Co
|
||||
return NewConnection(stream), nil
|
||||
}
|
||||
|
||||
log.Warning("Proxyman|OutboundHandler: Failed to get outbound handler with tag: ", tag)
|
||||
log.Trace(errors.New("Proxyman|OutboundHandler: Failed to get outbound handler with tag: ", tag).AtWarning())
|
||||
}
|
||||
|
||||
if h.senderSettings.Via != nil {
|
||||
|
||||
Reference in New Issue
Block a user