mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
Update log
This commit is contained in:
parent
aa38488712
commit
560b429902
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user