comparison src/http/ngx_http_special_response.c @ 5327:6b479db5b52b

Format specifier fixes in error logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 20 Aug 2013 20:47:16 +0400
parents 7bd1c839af3b
children 173561dfd567
comparison
equal deleted inserted replaced
5326:d22eb224aedf 5327:6b479db5b52b
368 ngx_uint_t i, err; 368 ngx_uint_t i, err;
369 ngx_http_err_page_t *err_page; 369 ngx_http_err_page_t *err_page;
370 ngx_http_core_loc_conf_t *clcf; 370 ngx_http_core_loc_conf_t *clcf;
371 371
372 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 372 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
373 "http special response: %d, \"%V?%V\"", 373 "http special response: %i, \"%V?%V\"",
374 error, &r->uri, &r->args); 374 error, &r->uri, &r->args);
375 375
376 r->err_status = error; 376 r->err_status = error;
377 377
378 if (r->keepalive) { 378 if (r->keepalive) {