mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-06 09:15:37 -05:00
fix error levels
This commit is contained in:
@@ -77,7 +77,7 @@ func (w *tcpWorker) Start() error {
|
||||
conns := make(chan internet.Connection, 16)
|
||||
hub, err := internet.ListenTCP(ctx, w.address, w.port, conns)
|
||||
if err != nil {
|
||||
return newError("failed to listen TCP on ", w.port).Base(err)
|
||||
return newError("failed to listen TCP on ", w.port).AtWarning().Base(err)
|
||||
}
|
||||
go w.handleConnections(conns)
|
||||
w.hub = hub
|
||||
|
||||
Reference in New Issue
Block a user