# HG changeset patch # User Igor Sysoev # Date 1192723548 0 # Node ID acb9b38cb7919f3377707a1b47ec597c84858604 # Parent ad18d4814a869547801ebb7ccd6b40a927a41ce9 style fix diff -r ad18d4814a86 -r acb9b38cb791 src/http/modules/ngx_http_charset_filter_module.c --- a/src/http/modules/ngx_http_charset_filter_module.c Thu Oct 18 15:53:38 2007 +0000 +++ b/src/http/modules/ngx_http_charset_filter_module.c Thu Oct 18 16:05:48 2007 +0000 @@ -366,8 +366,8 @@ no_charset_map: ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, - "no \"charset_map\" between the charsets " - "\"%V\" and \"%V\"", from, to); + "no \"charset_map\" between the charsets \"%V\" and \"%V\"", + from, to); return ngx_http_next_header_filter(r); }