From 560b429902aa92db2652a40c8f9eb76954fb8273 Mon Sep 17 00:00:00 2001 From: v2ray Date: Sun, 19 Jun 2016 02:02:38 +0200 Subject: [PATCH] Update log --- proxy/vmess/inbound/inbound.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/vmess/inbound/inbound.go b/proxy/vmess/inbound/inbound.go index d3c6334b..fc4b3186 100644 --- a/proxy/vmess/inbound/inbound.go +++ b/proxy/vmess/inbound/inbound.go @@ -114,7 +114,7 @@ func (this *VMessInboundHandler) Start() error { tcpListener, err := internet.ListenTCP(this.meta.Address, this.meta.Port, this.HandleConnection, this.meta.StreamSettings) if err != nil { - log.Error("Unable to listen tcp ", this.meta.Address, ":", this.meta.Port, ": ", err) + log.Error("VMess|Inbound: Unable to listen tcp ", this.meta.Address, ":", this.meta.Port, ": ", err) return err } this.accepting = true