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

View File

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