From e09741ba06fd4870d90be6df7c59cd4e6da8a8b0 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 20 Aug 2013 20:47:16 +0400 Subject: Format specifier fixes in error logging. --- src/http/ngx_http_special_response.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http_special_response.c') diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c index 875c24d9c..546400539 100644 --- a/src/http/ngx_http_special_response.c +++ b/src/http/ngx_http_special_response.c @@ -370,7 +370,7 @@ ngx_http_special_response_handler(ngx_http_request_t *r, ngx_int_t error) ngx_http_core_loc_conf_t *clcf; ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, - "http special response: %d, \"%V?%V\"", + "http special response: %i, \"%V?%V\"", error, &r->uri, &r->args); r->err_status = error; -- cgit