1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

refine error message

This commit is contained in:
v2ray 2016-07-24 11:29:59 +02:00
parent 723a693c78
commit f871ca63e2
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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)