changeset 7398:bca4dad0d3cb

Limit req: fixed error message wording.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 21 Nov 2018 18:56:44 +0300
parents 860d3907da1c
children d6ca744c727e
files src/http/modules/ngx_http_limit_req_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_limit_req_module.c
+++ b/src/http/modules/ngx_http_limit_req_module.c
@@ -908,7 +908,7 @@ ngx_http_limit_req(ngx_conf_t *cf, ngx_c
             burst = ngx_atoi(value[i].data + 6, value[i].len - 6);
             if (burst <= 0) {
                 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
-                                   "invalid burst rate \"%V\"", &value[i]);
+                                   "invalid burst value \"%V\"", &value[i]);
                 return NGX_CONF_ERROR;
             }