Merge b2c85732d52f5ae83134a9d5f2c67e05875bdb00 into b4d5d8c756bfa7c5f4fc73c3dff48678d0110fce

This commit is contained in:
liugeren 2024-07-09 13:12:00 +08:00 committed by GitHub
commit ef21119b89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)
}
}