aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-10-18 16:12:55 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-10-18 16:12:55 +0000
commit775fd53f2dadd2389ef7373459d6ac51eef3fdf7 (patch)
tree069d69e296a311662892dcd1309ffda1b1e81df8 /src
parent7b34e5f001553c49b97318fa7a68177167182335 (diff)
downloadnginx-775fd53f2dadd2389ef7373459d6ac51eef3fdf7.tar.gz
nginx-775fd53f2dadd2389ef7373459d6ac51eef3fdf7.zip
style fix
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_charset_filter_module.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/http/modules/ngx_http_charset_filter_module.c b/src/http/modules/ngx_http_charset_filter_module.c
index 3328001c6..7e039fb3a 100644
--- a/src/http/modules/ngx_http_charset_filter_module.c
+++ b/src/http/modules/ngx_http_charset_filter_module.c
@@ -1519,9 +1519,8 @@ ngx_http_charset_postconfiguration(ngx_conf_t *cf)
}
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
- " no \"charset_map\" between the charsets "
- "\"%V\" and \"%V\"",
- &charset[c].name, &charset[recode[i].dst].name);
+ "no \"charset_map\" between the charsets \"%V\" and \"%V\"",
+ &charset[c].name, &charset[recode[i].dst].name);
return NGX_ERROR;
next: