Merge pull request #112 from moul/patch-1

Grammar fix
This commit is contained in:
fatedier 2016-09-13 09:43:50 +08:00 committed by GitHub
commit 4c69a4810e
1 changed files with 1 additions and 1 deletions

View File

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