You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/10/17 11:17:20 UTC

[apisix] branch master updated: chore(client-control): update outdated error msg (#5245)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 053c3fa  chore(client-control): update outdated error msg (#5245)
053c3fa is described below

commit 053c3fa57b8efd2be52ad63829f10bdcc332744e
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Sun Oct 17 19:17:11 2021 +0800

    chore(client-control): update outdated error msg (#5245)
---
 apisix/plugins/client-control.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apisix/plugins/client-control.lua b/apisix/plugins/client-control.lua
index b6dff07..89e7e8b 100644
--- a/apisix/plugins/client-control.lua
+++ b/apisix/plugins/client-control.lua
@@ -49,7 +49,7 @@ end
 
 function _M.rewrite(conf, ctx)
     if not ok then
-        core.log.error("need to build APISIX-OpenResty to support client restriction")
+        core.log.error("need to build APISIX-OpenResty to support client control")
         return 501
     end