# HG changeset patch # User Igor Sysoev # Date 1247148192 0 # Node ID 70c8b2d28d1d8e8a62b3360bfe2ed39761ff5f45 # Parent c5ad288f851d9a121b63c940f61858807122ffa4 style fix diff --git a/src/http/modules/ngx_http_limit_req_module.c b/src/http/modules/ngx_http_limit_req_module.c --- a/src/http/modules/ngx_http_limit_req_module.c +++ b/src/http/modules/ngx_http_limit_req_module.c @@ -181,7 +181,7 @@ ngx_http_limit_req_handler(ngx_http_requ } ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, - "limit_req: %i %ui.%03ui", rc, excess / 1000, excess % 1000); + "limit_req: %i %ui.%03ui", rc, excess / 1000, excess % 1000); if (rc == NGX_BUSY) { ngx_shmtx_unlock(&ctx->shpool->mutex); @@ -266,7 +266,7 @@ ngx_http_limit_req_delay(ngx_http_reques ngx_event_t *wev; ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, - "limit_req delay"); + "limit_req delay"); wev = r->connection->write;