Explorar o código

refine error message

v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
f871ca63e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      proxy/vmess/outbound/outbound.go

+ 1 - 1
proxy/vmess/outbound/outbound.go

@@ -125,7 +125,7 @@ func (this *VMessOutboundHandler) handleResponse(session *encoding.ClientSession
 	header, err := session.DecodeResponseHeader(reader)
 	if err != nil {
 		conn.SetReusable(false)
-		log.Warning("VMess|Outbound: Failed to read response: ", err)
+		log.Warning("VMess|Outbound: Failed to read response from ", request.Destination(), ": ", err)
 		return
 	}
 	go this.handleCommand(dest, header.Command)