changeset 1587:acb9b38cb791

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Oct 2007 16:05:48 +0000
parents ad18d4814a86
children 86fbcc394564
files src/http/modules/ngx_http_charset_filter_module.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_charset_filter_module.c
+++ b/src/http/modules/ngx_http_charset_filter_module.c
@@ -366,8 +366,8 @@ ngx_http_charset_header_filter(ngx_http_
 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);
 }