The client adds displaying the proxy port.

This commit is contained in:
张攀锋 2024-06-28 11:07:29 +08:00
parent c6f9d8d403
commit b2c85732d5

View File

@ -165,7 +165,7 @@ func (ctl *Control) handleNewProxyResp(m msg.Message) {
if err != nil {
xl.Warnf("[%s] start error: %v", inMsg.ProxyName, err)
} else {
xl.Infof("[%s] start proxy success", inMsg.ProxyName)
xl.Infof("name:[%s] post:[%s] start proxy success", inMsg.ProxyName, inMsg.RemoteAddr)
}
}