mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 23:06:21 -06:00
commit
4c69a4810e
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ func controlWorker(c *conn.Conn) {
|
|||
|
||||
s, ok := server.ProxyServers[cliReq.ProxyName]
|
||||
if !ok {
|
||||
log.Warn("ProxyName [%s], is not exist now", cliReq.ProxyName)
|
||||
log.Warn("ProxyName [%s] does not exist now", cliReq.ProxyName)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue