From d6bb7ea5918053fc2f01d063a5df6d6fccdb2b31 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 9 Jul 2009 14:03:12 +0000 Subject: style fix --- src/http/modules/ngx_http_limit_req_module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/http/modules/ngx_http_limit_req_module.c') diff --git a/src/http/modules/ngx_http_limit_req_module.c b/src/http/modules/ngx_http_limit_req_module.c index 7f1685ac5..84e70b4f4 100644 --- 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_request_t *r) } 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_request_t *r) 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; -- cgit