]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 18 Oct 2007 16:05:48 +0000 (16:05 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 18 Oct 2007 16:05:48 +0000 (16:05 +0000)
src/http/modules/ngx_http_charset_filter_module.c

index 98919ae2f3df01726c23c56ac66abce7fc4a52a3..3328001c6fcc6ab47cbb69720584d28f78d25b02 100644 (file)
@@ -366,8 +366,8 @@ ngx_http_charset_header_filter(ngx_http_request_t *r)
 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);
 }