Change: replace FINAL with MATCH in a progressive way

This commit is contained in:
Dreamacro
2018-11-21 18:21:24 +08:00
parent c7a349e1fe
commit 05bf4d44ab
3 changed files with 28 additions and 13 deletions

View File

@ -97,7 +97,7 @@ func (t *Tunnel) handleConn(localConn C.ServerAdapter) {
}
remoConn, err := proxy.Generator(metadata)
if err != nil {
log.Warnln("Proxy connect error: %s", err.Error())
log.Warnln("Proxy[%s] connect [%s] error: %s", proxy.Name(), metadata.String(), err.Error())
return
}
defer remoConn.Close()