comparison src/http/modules/ngx_http_charset_filter_module.c @ 1587:acb9b38cb791

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Oct 2007 16:05:48 +0000
parents 33d6c994a0b2
children 86fbcc394564
comparison
equal deleted inserted replaced
1586:ad18d4814a86 1587:acb9b38cb791
364 source_charset); 364 source_charset);
365 365
366 no_charset_map: 366 no_charset_map:
367 367
368 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, 368 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
369 "no \"charset_map\" between the charsets " 369 "no \"charset_map\" between the charsets \"%V\" and \"%V\"",
370 "\"%V\" and \"%V\"", from, to); 370 from, to);
371 371
372 return ngx_http_next_header_filter(r); 372 return ngx_http_next_header_filter(r);
373 } 373 }
374 374
375 375