mirror of https://github.com/nginx/nginx
Merge 1db3e4d895 into 7c2524a692
This commit is contained in:
commit
0475ccf916
|
|
@ -267,7 +267,7 @@ ngx_http_limit_req_handler(ngx_http_request_t *r)
|
||||||
|
|
||||||
if (rc == NGX_BUSY) {
|
if (rc == NGX_BUSY) {
|
||||||
ngx_log_error(lrcf->limit_log_level, r->connection->log, 0,
|
ngx_log_error(lrcf->limit_log_level, r->connection->log, 0,
|
||||||
"limiting requests%s, excess: %ui.%03ui by zone \"%V\"",
|
"limiting request%s, excess: %ui.%03ui, by zone \"%V\"",
|
||||||
lrcf->dry_run ? ", dry run" : "",
|
lrcf->dry_run ? ", dry run" : "",
|
||||||
excess / 1000, excess % 1000,
|
excess / 1000, excess % 1000,
|
||||||
&limit->shm_zone->shm.name);
|
&limit->shm_zone->shm.name);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue