Grammar fix

This commit is contained in:
Manfred Touron 2016-09-12 23:15:34 +02:00 committed by GitHub
parent b8a28e945c
commit 40e023f5f4
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]
if !ok {
log.Warn("ProxyName [%s], is not exist now", cliReq.ProxyName)
log.Warn("ProxyName [%s] does not exist now", cliReq.ProxyName)
return
}