Merge b2c85732d52f5ae83134a9d5f2c67e05875bdb00 into 69cc422edf695a7f1f524e427fa175aee79ac3e3

This commit is contained in:
liugeren 2024-07-25 22:58:22 +03:30 committed by GitHub
commit 9ddb8ae508
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 { if err != nil {
xl.Warnf("[%s] start error: %v", inMsg.ProxyName, err) xl.Warnf("[%s] start error: %v", inMsg.ProxyName, err)
} else { } else {
xl.Infof("[%s] start proxy success", inMsg.ProxyName) xl.Infof("name:[%s] post:[%s] start proxy success", inMsg.ProxyName, inMsg.RemoteAddr)
} }
} }