mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
Grammar fix
This commit is contained in:
parent
b8a28e945c
commit
40e023f5f4
@ -95,7 +95,7 @@ func controlWorker(c *conn.Conn) {
|
|||||||
|
|
||||||
s, ok := server.ProxyServers[cliReq.ProxyName]
|
s, ok := server.ProxyServers[cliReq.ProxyName]
|
||||||
if !ok {
|
if !ok {
|
||||||
log.Warn("ProxyName [%s], is not exist now", cliReq.ProxyName)
|
log.Warn("ProxyName [%s] does not exist now", cliReq.ProxyName)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user